Skip to content

Commit

Permalink
Fixes #460 Updated doc to mention installing Rosetta if on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricvidal committed Oct 6, 2023
1 parent 78e824d commit 7dd02f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 1 addition & 0 deletions docs/gitops/gitops-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7dd02f2

Please sign in to comment.