Skip to content

Commit

Permalink
Merge pull request #835 from galasa-dev/mcobbett-homebrew-usage-instr…
Browse files Browse the repository at this point in the history
…uctions

mcobbett homebrew usage instructions
  • Loading branch information
jt-nti committed Sep 27, 2024
2 parents 190bc53 + ba5af02 commit fa23eb3
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ The following versions of the Galasa CLI are available to download for different

Complete the following steps to install Galasa for using the command line:

On Mac:

1. On a Mac, the `homebrew` tool can be used to install the `galasactl` tool. Or you can follow the Unix instructions
2. Connect `homebrew` to the 'tap' it can use: `brew tap galasa-dev/tap`
3. Then you have a choice. Either install the latest version fo the `galasactl` tool, or install a specific version.
1. To install the latest version of `galasactl`:
`brew install --no-quarantine galasactl`
2. To install a specific version of `galasactl` (version 0.37.0 for example):
`brew install --no-quarantine galasactl@0.37.0`
Note: You can check to see what versions are available using this:
`brew tap-info galasa-dev/tap --json` and look in the `"cask_tokens"` part of the json file.

On Mac or Unix:

1. Find out the architecture of your machine by typing the command `uname -m` into your terminal.
Expand Down

0 comments on commit fa23eb3

Please sign in to comment.