This commit is contained in:
Eve 2024-11-20 15:53:54 +08:00 committed by GitHub
commit beb438000a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -324,6 +324,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]