mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
docs/Getting Started.md: cargo build --release --all-features
This commit is contained in:
parent
b54548b13a
commit
6a4bccba74
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ cargo install --git https://github.com/foundry-rs/foundry --profile local --lock
|
|||
```
|
||||
git clone https://github.com/serai-dex/serai
|
||||
cd serai
|
||||
cargo build --release
|
||||
cargo build --release --all-features
|
||||
```
|
||||
|
||||
### Run Tests
|
||||
|
|
Loading…
Reference in a new issue