diff --git a/docs/Getting Started.md b/docs/Getting Started.md index d898afd3..d0f62f42 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -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