diff --git a/docs/build/smart-contracts/getting-started/setup.mdx b/docs/build/smart-contracts/getting-started/setup.mdx
index d458b27cf..66c5e5811 100644
--- a/docs/build/smart-contracts/getting-started/setup.mdx
+++ b/docs/build/smart-contracts/getting-started/setup.mdx
@@ -116,12 +116,6 @@ Install with cargo from source:
-Install with cargo to get the unreleased features from the `main` branch:
-
-```sh
-cargo install --locked stellar-cli --features opt
-```
-