From 760f09afc3c3539c200990f6b2c327ee35465d3f Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Sat, 30 Nov 2024 17:39:59 +1000 Subject: [PATCH] Remove incorrect stellar-cli instructions --- docs/build/smart-contracts/getting-started/setup.mdx | 6 ------ 1 file changed, 6 deletions(-) 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 -``` -