提交 d00097f5 作者: Stephan Kulla

README.md: Add sudo to install commands.

Most users will need `sudo` to run the installation script successfully.

License: MIT
Signed-off-by: 's avatarStephan Kulla <git.mail@kulla.me>
上级 e30576df
...@@ -7,10 +7,10 @@ This is the [ipfs](http://ipfs.io) commandline tool. It contains a full ipfs nod ...@@ -7,10 +7,10 @@ This is the [ipfs](http://ipfs.io) commandline tool. It contains a full ipfs nod
To install it, move the binary somewhere in your `$PATH`: To install it, move the binary somewhere in your `$PATH`:
```sh ```sh
mv ipfs /usr/local/bin/ipfs sudo mv ipfs /usr/local/bin/ipfs
``` ```
Or run `install.sh` which does this for you. Or run `sudo install.sh` which does this for you.
## Usage ## Usage
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论