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 2f44719 commit f846a0bCopy full SHA for f846a0b
content/get-started/macos/1-source.md
@@ -0,0 +1,17 @@
1
+---
2
+title: From Source <em>(recommended)</em>
3
+section: get-started/macos
4
+exclude: true
5
6
+# Open Terminal
7
+
8
+Open a command-line terminal on your machine.
9
10
+# Installation
11
12
+```shell-session
13
+$ mkdir -p limd-build
14
+$ cd limd-build
15
+$ curl -Ls -o limd-build-macos.sh https://is.gd/limdmacos
16
+$ bash ./limd-build-macos.sh
17
+```
content/get-started/macos/1-macports.md content/get-started/macos/2-macports.mdcontent/get-started/macos/1-macports.md renamed to content/get-started/macos/2-macports.md
content/get-started/macos/2-homebrew.md content/get-started/macos/3-homebrew.mdcontent/get-started/macos/2-homebrew.md renamed to content/get-started/macos/3-homebrew.md
0 commit comments