mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
add more details for how to build from source
This commit is contained in:
parent
d17d097b12
commit
b0b16eecd8
1 changed files with 8 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue