提交 b3e73c62 作者: Jeromy Johnson

Merge pull request #1292 from diasdavid/patch-1

Change one of the "ipfs" to "ipns"
...@@ -41,7 +41,7 @@ Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns). ...@@ -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 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. 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 mkdir /ipfs /ipns
> sudo chown ` + "`" + `whoami` + "`" + ` /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). ...@@ -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 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. 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 mkdir /ipfs /ipns
> sudo chown ` + "`" + `whoami` + "`" + ` /ipfs /ipns > sudo chown ` + "`" + `whoami` + "`" + ` /ipfs /ipns
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论