mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Merge e976d100f3 into 9453c8c0c9
This commit is contained in:
commit
4f18395e93
3 changed files with 306 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -57,6 +57,17 @@ curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/inst
|
|||
iex (iwr "https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.ps1" -UseBasicParsing)
|
||||
```
|
||||
|
||||
### macOS / Linux (Homebrew)
|
||||
|
||||
If you'd prefer a package manager over piping a script from the internet, install Safe Chain via our [Homebrew tap](https://github.com/AikidoSec/homebrew-tap):
|
||||
|
||||
```shell
|
||||
brew install AikidoSec/tap/safe-chain
|
||||
safe-chain setup
|
||||
```
|
||||
|
||||
After running `safe-chain setup`, restart your shell to pick up the new aliases. For CI/non-interactive environments use `safe-chain setup-ci` instead.
|
||||
|
||||
### Pinning to a specific version
|
||||
|
||||
To install a specific version instead of the latest, replace `latest` with the version number in the URL (available from version 1.3.2 onwards):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue