Skip to content

Commit f846a0b

Browse files
committed
Add source compilation instructionsfor macOS
1 parent 2f44719 commit f846a0b

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```

0 commit comments

Comments
 (0)