Skip to content

Commit 12dfbd9

Browse files
Update README with Homebrew information
1 parent 5686993 commit 12dfbd9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p align="center">
6-
<img src="https://img.shields.io/badge/make-compatible-brightgreen.svg?style=flat" alt="Make" />
6+
<img src="https://img.shields.io/badge/homebrew-compatible-brightgreen.svg?style=flat" alt="Make" />
77
<a href="https://swift.org/package-manager">
88
<img src="https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" />
99
</a>
@@ -31,17 +31,23 @@ If there is no script with the name, Carting will add a new one.
3131

3232
## Installing
3333

34-
### Make:
34+
### Homebrew (recommended):
3535

36+
```bash
37+
$ brew install artemnovichkov/projects/carting
3638
```
39+
40+
### Make:
41+
42+
```bash
3743
$ git clone https://github.com/artemnovichkov/carting.git
3844
$ cd Carting
3945
$ make
4046
```
4147

4248
### Swift Package Manager:
4349

44-
```
50+
```bash
4551
$ git clone https://github.com/artemnovichkov/carting.git
4652
$ cd Carting
4753
$ swift build -c release -Xswiftc -static-stdlib

0 commit comments

Comments
 (0)