From b2e45da0cc827c3b82354a1268664b8ad1062c70 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 26 May 2015 13:07:54 +0100 Subject: [PATCH] Change one of the "ipfs" to "ipns" --- core/commands/mount_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/commands/mount_unix.go b/core/commands/mount_unix.go index 215d874e6..739e3a6e5 100644 --- a/core/commands/mount_unix.go +++ b/core/commands/mount_unix.go @@ -41,7 +41,7 @@ Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns). All ipfs objects will be accessible under that directory. Note that the root will not be listable, as it is virtual. Access known paths directly. -You may have to create /ipfs and /ipfs before using 'ipfs mount': +You may have to create /ipfs and /ipns before using 'ipfs mount': > sudo mkdir /ipfs /ipns > sudo chown ` + "`" + `whoami` + "`" + ` /ipfs /ipns @@ -53,7 +53,7 @@ Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns). All ipfs objects will be accessible under that directory. Note that the root will not be listable, as it is virtual. Access known paths directly. -You may have to create /ipfs and /ipfs before using 'ipfs mount': +You may have to create /ipfs and /ipns before using 'ipfs mount': > sudo mkdir /ipfs /ipns > sudo chown ` + "`" + `whoami` + "`" + ` /ipfs /ipns