1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Update README.md

This commit is contained in:
wlinator 2024-03-15 23:18:13 +00:00
parent 07ee1cc977
commit 0cd9163c8b

View file

@ -24,7 +24,7 @@ Racu is containerized: its core, database, database admin platform and logger ru
However, you CAN run it locally without Docker by hosting MariaDB on your machine with the login credentials specified in [.env](.env.template) and installing **Python 3.11** with the [required pip packages](requirements.txt). **Note: I won't explain how to do this. Figure it out on your own.**
```sh
git clone https://github.com/Dok4440/racu && cd racu
git clone https://gitlab.com/wlinator/racu && cd racu
```
Copy `.env.template` to `.env` and fill out the [variables](#env-keys).