chore(README.md): Fix macOS bin directory

This commit is contained in:
Nathaniel Fredericks 2019-03-15 16:27:22 -03:00 committed by GitHub
parent 32e078e1e1
commit 413328392d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ mv ./ffsend-* ./ffsend
chmod a+x ./ffsend
# Move binary into path, to make it easily usable
sudo mv ./ffsend /usr/bin/
sudo mv ./ffsend /usr/local/bin/
ffsend --help
```
@ -232,7 +232,7 @@ You must install `openssl` through [`homebrew`][homebrew] which `ffsend` depends
on.
Then, mark the downloaded binary as an executable.
You then may want to move it into `/usr/bin/` to make the `ffsend` command
You then may want to move it into `/usr/local/bin/` to make the `ffsend` command
globally available:
```bash
@ -246,7 +246,7 @@ mv ./ffsend-* ./ffsend
chmod a+x ./ffsend
# Move binary into path, to make it easily usable
sudo mv ./ffsend /usr/bin/
sudo mv ./ffsend /usr/local/bin/
ffsend
```