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 1/2] 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
-```
-
From 62bfcbdc30600c452aa659339156c62a071fa75c Mon Sep 17 00:00:00 2001
From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
Date: Sat, 30 Nov 2024 17:43:02 +1000
Subject: [PATCH 2/2] more
---
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 66c5e5811..9faf8bbeb 100644
--- a/docs/build/smart-contracts/getting-started/setup.mdx
+++ b/docs/build/smart-contracts/getting-started/setup.mdx
@@ -134,12 +134,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
-```
-