From 6a4bccba749acfb989b6f953b38e083df68d7033 Mon Sep 17 00:00:00 2001 From: Steven Chang Date: Wed, 12 Jul 2023 12:45:14 +1000 Subject: [PATCH] docs/Getting Started.md: cargo build --release --all-features --- docs/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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