diff --git a/README.md b/README.md index 3827d9a..763688f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
- + @@ -31,9 +31,15 @@ If there is no script with the name, Carting will add a new one. ## Installing -### Make: +### Homebrew (recommended): +```bash +$ brew install artemnovichkov/projects/carting ``` + +### Make: + +```bash $ git clone https://github.com/artemnovichkov/carting.git $ cd Carting $ make @@ -41,7 +47,7 @@ $ make ### Swift Package Manager: -``` +```bash $ git clone https://github.com/artemnovichkov/carting.git $ cd Carting $ swift build -c release -Xswiftc -static-stdlib