diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-01-08 00:28:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 00:28:32 +0000 |
commit | d015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3 (patch) | |
tree | ea018aaeaf0659ed8965ecf7b5db22d64774c87a /doc/compile.md | |
parent | 4fc621cfccb346f9073943288a0fcbf56aaad39c (diff) | |
parent | d01bab0cd73181353cbc8ae61ec5712b06fcb775 (diff) | |
download | xmr-stak-d015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3.zip xmr-stak-d015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3.tar.gz |
Merge pull request #778 from b-/patch-2
Rename "MacOS" to "macOS"
Diffstat (limited to 'doc/compile.md')
-rw-r--r-- | doc/compile.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/compile.md b/doc/compile.md index e97affa..771c9d1 100644 --- a/doc/compile.md +++ b/doc/compile.md @@ -9,7 +9,7 @@ * [Compile on Windows](compile_Windows.md) * [Compile on Linux](compile_Linux.md) * [Compile on FreeBSD](compile_FreeBSD.md) -* [Compile on MacOS](compile_MacOS.md) +* [Compile on macOS](compile_macOS.md) ## Build System @@ -31,7 +31,7 @@ After the configuration you need to compile the miner, follow the guide for your * [Compile in Windows](compile_Windows.md) * [Compile in Linux](compile_Linux.md) * [Compile in FreeBSD](compile_FreeBSD.md) -* [Compile in MacOS](compile_MacOS.md) +* [Compile in macOS](compile_macOS.md) ## Generic Build Options - `CMAKE_INSTALL_PREFIX` install miner to the home folder |