Skip to content

Commit

Permalink
Update README with Homebrew information
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnovichkov committed Sep 15, 2017
1 parent 5686993 commit 12dfbd9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/badge/make-compatible-brightgreen.svg?style=flat" alt="Make" />
<img src="https://img.shields.io/badge/homebrew-compatible-brightgreen.svg?style=flat" alt="Make" />
<a href="https://swift.org/package-manager">
<img src="https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" />
</a>
Expand Down Expand Up @@ -31,17 +31,23 @@ 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
```

### Swift Package Manager:

```
```bash
$ git clone https://github.com/artemnovichkov/carting.git
$ cd Carting
$ swift build -c release -Xswiftc -static-stdlib
Expand Down

0 comments on commit 12dfbd9

Please sign in to comment.