From e5d70317055fcc9bf489608d1f5987bb6d9cf16b Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Wed, 12 Apr 2023 21:32:09 +1000 Subject: [PATCH] update README with Mojave install instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23ba288..aaea301 100644 --- a/README.md +++ b/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. \ No newline at end of file +Run `soyuz help` for a list of commands and what they do.