add more details for how to build from source

This commit is contained in:
Eve 2024-11-01 15:40:30 +00:00
parent d17d097b12
commit b0b16eecd8

View file

@ -290,6 +290,14 @@ git clone https://github.com/redlib-org/redlib && cd redlib
cargo run
```
Note that the above command will compile a debug build with logging and run the binary automatically. Use the following command to compile a release build with no logging.
```
cargo build --release
```
The compiled release binary can be found in `target/release/redlib`.
## Replit/Heroku
> [!WARNING]