Skip to content

Commit 151a61b

Browse files
authored
readme: add info on installing using MacPorts (#241)
1 parent 35f061f commit 151a61b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515

1616
```sh
1717
$ brew install clib
18+
```
19+
20+
Or [MacPorts](https://www.macports.org):
21+
22+
```sh
23+
$ sudo port selfupdate
24+
$ sudo port install clib
1825
```
1926

2027
With git:

0 commit comments

Comments
 (0)