From aacb8bc75c101c23b9ed7c638c117ac6b2e9c87f Mon Sep 17 00:00:00 2001 From: Edison Lee Date: Sun, 6 May 2018 19:09:43 +0800 Subject: [PATCH] Fix typo of sudo install command License: MIT Signed-off-by: Edison Lee --- cmd/ipfs/dist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ipfs/dist/README.md b/cmd/ipfs/dist/README.md index 8504e1531..f541482ca 100644 --- a/cmd/ipfs/dist/README.md +++ b/cmd/ipfs/dist/README.md @@ -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