diff --git a/cli/README.md b/cli/README.md index e7812a77f..af75a65fe 100644 --- a/cli/README.md +++ b/cli/README.md @@ -56,6 +56,7 @@ To run the binary on Linux, you need to: To run the binary on a Mac OS, you need to: - Download the latest release: `gh release download --repo microsoft/nubesgen --pattern='nubesgen-cli-macos'` +- If on Apple Silicon, install Rosetta if it's not already installed: `/usr/sbin/softwareupdate --install-rosetta --agree-to-license` - Make the binary executable: `chmod +x nubesgen-cli-macos` - Allow Mac OS X to execute it: `xattr -d com.apple.quarantine nubesgen-cli-macos` - Run the binary: `./nubesgen-cli-macos -h` diff --git a/docs/getting-started/cli.md b/docs/getting-started/cli.md index 18dd893e7..56652b310 100644 --- a/docs/getting-started/cli.md +++ b/docs/getting-started/cli.md @@ -46,6 +46,7 @@ To run the binary on Linux, you need to: To run the binary on a Mac OS, you need to: - Download the latest release: `gh release download --repo microsoft/nubesgen --pattern='nubesgen-cli-macos'` + - If on Apple Silicon, install Rosetta if it's not already installed: `/usr/sbin/softwareupdate --install-rosetta --agree-to-license` - Make the binary executable: `chmod +x nubesgen-cli-macos` - Allow Mac OS X to execute it: `xattr -d com.apple.quarantine nubesgen-cli-macos` - Run the binary: `./nubesgen-cli-macos -h` diff --git a/docs/gitops/gitops-quick-start.md b/docs/gitops/gitops-quick-start.md index 3306b95c1..40378e9a2 100644 --- a/docs/gitops/gitops-quick-start.md +++ b/docs/gitops/gitops-quick-start.md @@ -53,6 +53,7 @@ Full documentation for the NubesGen CLI is available [here](/getting-started/cli To run the binary on a Mac OS, you need to: - Download the latest release: `gh release download --repo microsoft/nubesgen --pattern='nubesgen-cli-macos'` + - If on Apple Silicon, install Rosetta if it's not already installed: `/usr/sbin/softwareupdate --install-rosetta --agree-to-license` - Make the binary executable: `chmod +x nubesgen-cli-macos` - Allow Mac OS X to execute it: `xattr -d com.apple.quarantine nubesgen-cli-macos` - Setup GitOps: `./nubesgen-cli-macos gitops`