Skip to content

Commit 6e97a2e

Browse files
authored
Merge pull request #3528 from replicatedhq/crdant-patch-1
Moves Intel instructions under Apple Silicon instructions
2 parents 4f01c5f + 9159469 commit 6e97a2e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/vendor/environment-setup.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@ For more information, see the [sbctl](https://github.com/replicatedhq/sbctl) rep
188188

189189
To install sbctl, run one of the following commands:
190190

191+
* macOS Apple Silicon:
192+
```bash
193+
curl -LO https://github.com/replicatedhq/sbctl/releases/latest/download/sbctl_darwin_arm64.tar.gz
194+
tar -xzf sbctl_darwin_arm64.tar.gz -C /tmp sbctl
195+
rm -f sbctl_darwin_arm64.tar.gz
196+
sudo mv /tmp/sbctl /usr/local/bin/
197+
```
191198
* macOS Intel systems:
192199

193200
```bash
@@ -197,14 +204,6 @@ To install sbctl, run one of the following commands:
197204
sudo mv /tmp/sbctl /usr/local/bin/
198205
```
199206

200-
* macOS Apple Silicon:
201-
```bash
202-
curl -LO https://github.com/replicatedhq/sbctl/releases/latest/download/sbctl_darwin_arm64.tar.gz
203-
tar -xzf sbctl_darwin_arm64.tar.gz -C /tmp sbctl
204-
rm -f sbctl_darwin_arm64.tar.gz
205-
sudo mv /tmp/sbctl /usr/local/bin/
206-
```
207-
208207
* Linux x86_64:
209208
```bash
210209
curl -LO https://github.com/replicatedhq/sbctl/releases/latest/download/sbctl_linux_amd64.tar.gz
@@ -286,4 +285,4 @@ To test installations with Helm, you need kubectl access to a cluster.
286285

287286
* **Option 1: Use Compatibility Matrix.** You can use Replicated Compatibility Matrix to create clusters. For more information, see [Create Clusters](/vendor/testing-how-to).
288287

289-
* **Option 2: Use another cloud provider or tool.** You can use any cloud provider or tool that you prefer to create a cluster, such as Google Kubernetes Engine (GKE) or minikube.
288+
* **Option 2: Use another cloud provider or tool.** You can use any cloud provider or tool that you prefer to create a cluster, such as Google Kubernetes Engine (GKE) or minikube.

0 commit comments

Comments
 (0)