mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Merge b0b16eecd8
into d3ba5f3efb
This commit is contained in:
commit
beb438000a
1 changed files with 8 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue