diff options
author | Sammy Libre <sammy007@users.noreply.github.com> | 2015-04-11 23:44:00 +0500 |
---|---|---|
committer | Sammy Libre <sammy007@users.noreply.github.com> | 2015-04-11 23:44:00 +0500 |
commit | b7d8728b50a5a4665cf07b56691d144fe7042d3c (patch) | |
tree | fa6b50624b98b7df8b8ee2f23076e8dfa9d5b49e /README.md | |
parent | Merge pull request #260 (diff) | |
download | monero-b7d8728b50a5a4665cf07b56691d144fe7042d3c.tar.xz |
Don't recommend --HEAD for brew users
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ Alternatively, it can be built in an easier and more automated fashion using Hom * Ensure Homebrew is installed, it can be found at http://brew.sh * Add the repository to brew: `brew tap sammy007/cryptonight` -* Build Monero: `brew install --HEAD bitmonero` +* Build Monero: `brew install bitmonero --build-from-source` ### On Windows: |