diff options
| author | Giulio Lombardo <[email protected]> | 2018-06-04 12:54:22 +0200 |
|---|---|---|
| committer | Giulio Lombardo <[email protected]> | 2018-06-04 13:04:04 +0200 |
| commit | 989c8990bb765eef45c8ee471f084ca81a0bead4 (patch) | |
| tree | d5f187eca0caf6dbb79d8f3a570ba60e3ce080d8 /doc/README.md | |
| parent | Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 (diff) | |
| download | discoin-989c8990bb765eef45c8ee471f084ca81a0bead4.tar.xz discoin-989c8990bb765eef45c8ee471f084ca81a0bead4.zip | |
Rename “OS X” to the newer “macOS” convention
Diffstat (limited to 'doc/README.md')
| -rw-r--r-- | doc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md index ddb239f60..45762b237 100644 --- a/doc/README.md +++ b/doc/README.md @@ -22,7 +22,7 @@ Unpack the files into a directory and run: Unpack the files into a directory, and then run bitcoin-qt.exe. -### OS X +### macOS Drag Bitcoin-Core to your applications folder, and then run Bitcoin-Core. @@ -38,7 +38,7 @@ Building The following are developer notes on how to build Bitcoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [Dependencies](dependencies.md) -- [OS X Build Notes](build-osx.md) +- [macOS Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) - [Windows Build Notes](build-windows.md) - [OpenBSD Build Notes](build-openbsd.md) |