summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2017-08-21 21:19:03 -0700
committermichael-grunder <michael.grunder@gmail.com>2017-08-21 21:19:03 -0700
commitd266ca96af2d06e6c2674ab91433c96ff0e9a9a8 (patch)
tree00b11b29e05925540f8ba874f7e4cc6679269628
parent144eeccdcec46e2b676729d3cdcccb1b7b6580f1 (diff)
Use target add instead of component add
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab70ed7..c1f55b7 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ A PKGBUILD is available for Arch Linux users from the [AUR](https://aur.archlinu
### Everyone Else
```sh
-rustup component add x86_64-unknown-linux-musl
+rustup target add x86_64-unknown-linux-musl
wget https://github.com/mmstick/parallel/archive/master.zip
unzip master.zip
cd parallel-master