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:
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>2017-01-14 12:49:57 +0300
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>2017-01-14 12:49:57 +0300
commitc45d86cfae9d38f8231d2e0b634fa86364dcf8ff (patch)
treee5f5f825ff551637c343477484303c967646d0d0 /README.md
parentecc8b5b7a949f21be925b05cc71b3ec29596ae69 (diff)
Remove cpio from brew as there's no such formula
macOS already provides cpio, at least Sierra does.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aaf9f77..1efd0e5 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ If you don't already have homebrew installed on your Mac:
The actual build dependencies:
```
-brew install libusb qt wget upx cpio lzop wget
+brew install libusb qt wget upx lzop wget
brew link qt --force
```