File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
<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" />
7
7
<a href =" https://swift.org/package-manager " >
8
8
<img src="https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" />
9
9
</a >
@@ -31,17 +31,23 @@ If there is no script with the name, Carting will add a new one.
31
31
32
32
## Installing
33
33
34
- ### Make :
34
+ ### Homebrew (recommended) :
35
35
36
+ ``` bash
37
+ $ brew install artemnovichkov/projects/carting
36
38
```
39
+
40
+ ### Make:
41
+
42
+ ``` bash
37
43
$ git clone https://github.com/artemnovichkov/carting.git
38
44
$ cd Carting
39
45
$ make
40
46
```
41
47
42
48
### Swift Package Manager:
43
49
44
- ```
50
+ ``` bash
45
51
$ git clone https://github.com/artemnovichkov/carting.git
46
52
$ cd Carting
47
53
$ swift build -c release -Xswiftc -static-stdlib
You can’t perform that action at this time.
0 commit comments