@cryptotaxi247 / kubo / commits / b2e45da0c

Change one of the "ipfs" to "ipns"

David Dias committed May 26, 2015 at 13:07 UTC b2e45da0cc827c3b82354a1268664b8ad1062c70
1 file changed +2 -2
core/commands/mount_unix.go
+2 -2
@@ -41,7 +41,7 @@ Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).
41 All ipfs objects will be accessible under that directory. Note that the
42 root will not be listable, as it is virtual. Access known paths directly.
43
44 -You may have to create /ipfs and /ipfs before using 'ipfs mount':
44 +You may have to create /ipfs and /ipns before using 'ipfs mount':
45
46 > sudo mkdir /ipfs /ipns
47 > sudo chown ` + "`" + `whoami` + "`" + ` /ipfs /ipns
@@ -53,7 +53,7 @@ Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).
53 All ipfs objects will be accessible under that directory. Note that the
54 root will not be listable, as it is virtual. Access known paths directly.
55
56 -You may have to create /ipfs and /ipfs before using 'ipfs mount':
56 +You may have to create /ipfs and /ipns before using 'ipfs mount':
57
58 > sudo mkdir /ipfs /ipns
59 > sudo chown ` + "`" + `whoami` + "`" + ` /ipfs /ipns