cleanup: remove mentions of gobuilder
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Jul 23, 2016 at 13:09 UTC
ec68ef01f1f174ca0aafd10f52ab707f714186af
4 files changed
+1
-37
.artifact_files
deleted
-1
@@ -1 +0,0 @@
1
-LICENSE
.gobuilder.yml
deleted
-4
@@ -1,4 +0,0 @@
1
----
2
-triggers:
3
- - github.com/ipfs/go-ipfs/cmd/ipfs
4
-no_go_fmt: true
README.md
+1
-2
@@ -124,8 +124,7 @@ If you make changes to the protocol buffers, you will need to install the [proto
124
125
IPFS has an updating tool that can be accessed through `ipfs update`. The tool is
126
not installed alongside IPFS in order to keep that logic independent of the main
127
-codebase. To install `ipfs update`, either [download it here](https://gobuilder.me/github.com/ipfs/ipfs-update)
128
-or install it from source with `go get -u github.com/ipfs/ipfs-update`.
127
+codebase. To install `ipfs update`, [download it here](https://ipfs.io/ipns/dist.ipfs.io/#ipfs-update).
128
129
## Usage
130
cmd/ipfs/README.md
deleted
-30
@@ -1,30 +0,0 @@
1
-# [go-ipfs/cmd/ipfs](http://github.com/ipfs/go-ipfs/tree/master/cmd/ipfs)
2
-
3
-
4
-
5
-This is the ipfs commandline tool. For now, it's the main entry point to using IPFS.
6
-
7
-
8
-## Install from source
9
-
10
-```
11
-go install
12
-ipfs
13
-```
14
-
15
-## Install from [gobuilder.me](https://gobuilder.me/)
16
-
17
-If you're viewing this in [gobuilder](https://gobuilder.me/github.com/ipfs/go-ipfs/cmd/ipfs), choose the binary that suits you best at the end of this page. Download it, unzip it, and move the binary into place.
18
-
19
-## Usage
20
-
21
-```sh
22
-# initialize an ipfs node
23
-ipfs init
24
-
25
-# list some commands
26
-ipfs
27
-
28
-# get help
29
-ipfs <subcmd> --help
30
-```