Skip to content

Commit dc0b78b

Browse files
Add Mint installation instructions (#15)
1 parent 80a4e7f commit dc0b78b

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Nodes shaped as an ellipse represent products, e.g. the libraries in a Swift pac
1414

1515
## 🚀 Getting Started
1616

17-
Start off by installing the tool with [Homebrew](https://brew.sh).
17+
Start off by installing the tool.
18+
19+
#### Using [Homebrew](https://brew.sh):
1820

1921
```bash
2022
brew tap simonbs/dependency-graph https://github.com/simonbs/dependency-graph.git
@@ -37,6 +39,14 @@ brew install dependency-graph
3739
> arch -arm64 brew install dependency-graph
3840
> ```
3941
42+
#### Using [Mint](https://github.com/yonaskolb/Mint):
43+
44+
```bash
45+
mint install simonbs/dependency-graph
46+
```
47+
48+
#### Confirm Installation
49+
4050
You may now run the following command to verify that the tool was installed correctly. The following command should print information on how the tool can be used.
4151

4252
```

0 commit comments

Comments
 (0)