Added link to macOS in install index.

Also, technically, the name of the current version of the OS is macOS, so I
updated it.
This commit is contained in:
Mark Beckwith 2018-03-23 07:37:50 -07:00 committed by Rusty Russell
parent e7c8b95be3
commit 217d4f99eb

View file

@ -4,8 +4,9 @@
3. [Fedora](#to-build-on-fedora)
4. [FreeBSD](#to-build-on-freebsd)
5. [NixOS](#to-build-on-nixos)
6. [Android](#to-cross-compile-for-android)
7. [Additional steps](#additional-steps)
6. [macOS](#to-build-on-macos)
7. [Android](#to-cross-compile-for-android)
8. [Additional steps](#additional-steps)
Library Requirements
--------------------
@ -162,7 +163,7 @@ autogen automake 'python3.withPackages (p: [p.bitcoinlib])' \
valgrind asciidoc --run make
```
To Build on Mac
To Build on macOS
---------------------
Assume you have Xcode and HomeBrew installed on your Mac.