docs/Getting Started.md: cargo build --release --all-features

This commit is contained in:
Steven Chang 2023-07-12 12:45:14 +10:00 committed by Luke Parker
parent b54548b13a
commit 6a4bccba74

View file

@ -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