update README with Mojave install instructions
This commit is contained in:
parent
cb932edacf
commit
e5d7031705
14
README.md
14
README.md
|
@ -17,10 +17,18 @@ It is mostly a wrapper around `rsync`. Additionally it will maintain an archive
|
|||
|
||||
## Installation
|
||||
|
||||
The easiest way to install `soyuz-cli` is using the install script. If you are using MacOS, run this command in `Terminal`:
|
||||
The easiest way to install `soyuz-cli` is using the install script. Note that these scripts **will overwrite any previously installed version**.
|
||||
|
||||
If you are using a recent version of MacOS, run this command in `Terminal`:
|
||||
|
||||
```sh
|
||||
curl -L https://hugh.run/install-soyuz | bash
|
||||
curl -kL https://hugh.run/install-soyuz | bash
|
||||
```
|
||||
|
||||
To install for MacOS Mojave, run this command instead:
|
||||
|
||||
```sh
|
||||
curl -kL https://hugh.run/install-soyuz-mojave | bash
|
||||
```
|
||||
|
||||
Alternatively, you can build from source if you have rust and cargo installed.
|
||||
|
@ -36,4 +44,4 @@ Once installed, run `soyuz settings` to create a new settings file. The settings
|
|||
|
||||
## Commands
|
||||
|
||||
Run `soyuz help` for a list of commands and what they do.
|
||||
Run `soyuz help` for a list of commands and what they do.
|
||||
|
|
Loading…
Reference in a new issue