We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317a513 commit 968244aCopy full SHA for 968244a
readme.md
@@ -18,6 +18,7 @@
18
* [Project Status](#project-status)
19
* [Installing](#installing)
20
* [Using Script](#using-script)
21
+ * [Using MacPorts](#using-macports)
22
* [Using Homebrew](#using-homebrew)
23
* [Using Snap](#using-snap)
24
* [Using Docker](#using-docker)
@@ -119,6 +120,9 @@ From George Nachman, creator of [iTerm2](https://www.iterm2.com/):
119
120
curl https://ngs-lang.org/install.sh | bash
121
ngs -pi 'sum(0..10)'
122
123
+### Using MacPorts
124
+
125
+ sudo port install ngs
126
127
### Using Homebrew
128
0 commit comments