summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index f7a6695..32638f6 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,14 @@ There's an [AUR package](https://aur.archlinux.org/packages/c-lolcat):
$ yaourt -S c-lolcat
```
+### Mac
+
+Build the system-libc version (instead of the statically linked version) with:
+```
+$ make lolcat
+```
+...and put the resulting binary at a place of your choice.
+
### Others
```bash