Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormadmonkey1907 <madfkingmonkey@gmail.com>2017-01-14 23:35:06 +0300
committerGitHub <noreply@github.com>2017-01-14 23:35:06 +0300
commit608574d80b33afe78e8d1c64b3a9eb5d0a5ce808 (patch)
treee5f5f825ff551637c343477484303c967646d0d0
parentd2da9bab0b19ea331dee52f7d55eb55fa87cf3ad (diff)
parentc45d86cfae9d38f8231d2e0b634fa86364dcf8ff (diff)
Merge pull request #15 from potyl/fix-readme
Fix macOS readme
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5445138..1efd0e5 100644
--- a/README.md
+++ b/README.md
@@ -11,16 +11,20 @@ git submodule update
## Install the build dependencies
-### Mac OS X 10.12
+### macOS 10.12
If you don't already have homebrew installed on your Mac:
```
-/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install
+/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
-brew install libusb qt wget upx cpio lzop wget
+The actual build dependencies:
+
+```
+brew install libusb qt wget upx lzop wget
brew link qt --force
+```
### Ubuntu 16.04