Merge pull request #5001 from edisonlee55/master

Fix typo of sudo install command
This commit is contained in:
Whyrusleeping 2018-05-12 11:47:47 +01:00 committed by GitHub
commit cc461207ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ To install it, move the binary somewhere in your `$PATH`:
sudo mv ipfs /usr/local/bin/ipfs
```
Or run `sudo install.sh` which does this for you.
Or run `sudo ./install.sh` which does this for you.
## Usage