Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions docs/vendor/environment-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
* **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.