diff --git a/docs/vendor/environment-setup.mdx b/docs/vendor/environment-setup.mdx index 0370fa97d9..93739662e1 100644 --- a/docs/vendor/environment-setup.mdx +++ b/docs/vendor/environment-setup.mdx @@ -188,6 +188,13 @@ For more information, see the [sbctl](https://github.com/replicatedhq/sbctl) rep To install sbctl, run one of the following commands: +* macOS Apple Silicon: + ```bash + curl -LO https://github.com/replicatedhq/sbctl/releases/latest/download/sbctl_darwin_arm64.tar.gz + tar -xzf sbctl_darwin_arm64.tar.gz -C /tmp sbctl + rm -f sbctl_darwin_arm64.tar.gz + sudo mv /tmp/sbctl /usr/local/bin/ + ``` * macOS Intel systems: ```bash @@ -197,14 +204,6 @@ To install sbctl, run one of the following commands: sudo mv /tmp/sbctl /usr/local/bin/ ``` -* macOS Apple Silicon: - ```bash - curl -LO https://github.com/replicatedhq/sbctl/releases/latest/download/sbctl_darwin_arm64.tar.gz - tar -xzf sbctl_darwin_arm64.tar.gz -C /tmp sbctl - rm -f sbctl_darwin_arm64.tar.gz - sudo mv /tmp/sbctl /usr/local/bin/ - ``` - * Linux x86_64: ```bash 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. * **Option 1: Use Compatibility Matrix.** You can use Replicated Compatibility Matrix to create clusters. For more information, see [Create Clusters](/vendor/testing-how-to). -* **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. \ No newline at end of file +* **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.