From ec68ef01f1f174ca0aafd10f52ab707f714186af Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Sat, 23 Jul 2016 13:09:32 +0100 Subject: [PATCH] cleanup: remove mentions of gobuilder License: MIT Signed-off-by: Lars Gierth --- .artifact_files | 1 - .gobuilder.yml | 4 ---- README.md | 3 +-- cmd/ipfs/README.md | 30 ------------------------------ 4 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 .artifact_files delete mode 100644 .gobuilder.yml delete mode 100644 cmd/ipfs/README.md diff --git a/.artifact_files b/.artifact_files deleted file mode 100644 index 6b1d0bfab..000000000 --- a/.artifact_files +++ /dev/null @@ -1 +0,0 @@ -LICENSE diff --git a/.gobuilder.yml b/.gobuilder.yml deleted file mode 100644 index 4cf648012..000000000 --- a/.gobuilder.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -triggers: - - github.com/ipfs/go-ipfs/cmd/ipfs -no_go_fmt: true diff --git a/README.md b/README.md index 574a8f568..666ad785b 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,7 @@ If you make changes to the protocol buffers, you will need to install the [proto IPFS has an updating tool that can be accessed through `ipfs update`. The tool is not installed alongside IPFS in order to keep that logic independent of the main -codebase. To install `ipfs update`, either [download it here](https://gobuilder.me/github.com/ipfs/ipfs-update) -or install it from source with `go get -u github.com/ipfs/ipfs-update`. +codebase. To install `ipfs update`, [download it here](https://ipfs.io/ipns/dist.ipfs.io/#ipfs-update). ## Usage diff --git a/cmd/ipfs/README.md b/cmd/ipfs/README.md deleted file mode 100644 index 2433d9eb2..000000000 --- a/cmd/ipfs/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# [go-ipfs/cmd/ipfs](http://github.com/ipfs/go-ipfs/tree/master/cmd/ipfs) - -![](https://raw.githubusercontent.com/ipfs/logo/master/ipfs-logo-text-256-ice.png) - -This is the ipfs commandline tool. For now, it's the main entry point to using IPFS. - - -## Install from source - -``` -go install -ipfs -``` - -## Install from [gobuilder.me](https://gobuilder.me/) - -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. - -## Usage - -```sh -# initialize an ipfs node -ipfs init - -# list some commands -ipfs - -# get help -ipfs --help -```