Skip to content

Commit 31865f3

Browse files
authored
Add install instruction using Homebrew to README (#852)
1 parent 2a70306 commit 31865f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Other installation methods available:
2828
- Download the binary from the [latest GitHub release][spago-latest-release]
2929
- Compile from source by cloning this repo and running `make install`
3030
- With Nix, using [easy-purescript-nix][spago-nix]
31-
- On FreeBSD, install with `pkg install hs-spago`.
31+
- On FreeBSD, install with `pkg install hs-spago`
32+
- On macOS, install with `brew install spago`
3233

3334
**General notes:**
3435
- The assumption is that you already installed the [PureScript compiler][purescript].

0 commit comments

Comments
 (0)