mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-03 17:40:34 +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
|
git clone https://github.com/serai-dex/serai
|
||||||
cd serai
|
cd serai
|
||||||
cargo build --release
|
cargo build --release --all-features
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run Tests
|
### Run Tests
|
||||||
|
|
Loading…
Reference in a new issue