Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
8457e08e
提交
8457e08e
authored
1月 05, 2016
作者:
ReadmeCritic
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update README URLs based on HTTP redirects
License: MIT Signed-off-by:
d. khamsing
<
dkhamsing8@gmail.com
>
上级
4ba3a754
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
README.md
README.md
+5
-5
没有找到文件。
README.md
浏览文件 @
8457e08e
...
@@ -22,7 +22,7 @@ If the issue is a protocol weakness that cannot be immediately exploited or some
...
@@ -22,7 +22,7 @@ If the issue is a protocol weakness that cannot be immediately exploited or some
## Install
## Install
The canonical download instructions for IPFS are over at: http://ipfs.io/docs/install
The canonical download instructions for IPFS are over at: http://ipfs.io/docs/install
/
## Install prebuilt packages
## Install prebuilt packages
...
@@ -51,7 +51,7 @@ export PATH=$PATH:/usr/local/go/bin
...
@@ -51,7 +51,7 @@ export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOPATH/bin
```
```
(If you run into trouble, see the
[
Go install instructions
](
http://golang.org/doc/install
)
)
(If you run into trouble, see the
[
Go install instructions
](
http
s
://golang.org/doc/install
)
)
### Download + Compile IPFS
### Download + Compile IPFS
...
@@ -159,7 +159,7 @@ Basic proof of 'ipfs working' locally:
...
@@ -159,7 +159,7 @@ Basic proof of 'ipfs working' locally:
### Docker usage
### Docker usage
An ipfs docker image is hosted at
[
hub.docker.com/r/jbenet/go-ipfs
](
http
://hub.docker.com/r/jbenet/go-ipfs
)
.
An ipfs docker image is hosted at
[
hub.docker.com/r/jbenet/go-ipfs
](
http
s://hub.docker.com/r/jbenet/go-ipfs/
)
.
To make files visible inside the container you need to mount a host directory
To make files visible inside the container you need to mount a host directory
with the
`-v`
option to docker. Choose a directory that you want to use to
with the
`-v`
option to docker. Choose a directory that you want to use to
import/export files from ipfs. You should also choose a directory to store
import/export files from ipfs. You should also choose a directory to store
...
@@ -222,7 +222,7 @@ else) your ipfs config directory (~/.ipfs by default) and rerunning `ipfs init`.
...
@@ -222,7 +222,7 @@ else) your ipfs config directory (~/.ipfs by default) and rerunning `ipfs init`.
This will reinitialize the config file to its defaults and clear out the local
This will reinitialize the config file to its defaults and clear out the local
datastore of any bad entries.
datastore of any bad entries.
For any other problems, check the
[
issues list
](
http://github.com/ipfs/go-ipfs/issues
)
For any other problems, check the
[
issues list
](
http
s
://github.com/ipfs/go-ipfs/issues
)
and if you dont see your problem there, either come talk to us on irc (freenode #ipfs) or
and if you dont see your problem there, either come talk to us on irc (freenode #ipfs) or
file an issue of your own!
file an issue of your own!
...
@@ -237,7 +237,7 @@ An IPFS alpha version has been released in February 2015. Things left to be done
...
@@ -237,7 +237,7 @@ An IPFS alpha version has been released in February 2015. Things left to be done
## Development Dependencies
## Development Dependencies
If you make changes to the protocol buffers, you will need to install the
[
protoc compiler
](
https://
code.google.com/p/protobuf/downloads/list
)
.
If you make changes to the protocol buffers, you will need to install the
[
protoc compiler
](
https://
github.com/google/protobuf
)
.
## License
## License
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论