|
1 |
| -# ipfs update |
| 1 | +# ipfs-update |
| 2 | + |
2 | 3 | > An updater tool for ipfs. Can fetch and install given versions of go-ipfs.
|
3 | 4 |
|
4 | 5 | [](http://ipn.io)
|
5 | 6 | [](http://ipfs.io/)
|
6 | 7 | [](http://webchat.freenode.net/?channels=%23ipfs)
|
| 8 | +[](https://github.com/RichardLitt/standard-readme) |
7 | 9 |
|
8 |
| - |
9 |
| - |
10 |
| -## Installation |
| 10 | +## Install |
11 | 11 |
|
12 |
| -Requirement: Go version 1.5 or higher |
| 12 | +Requirement: Go version 1.5 or higher. |
13 | 13 |
|
14 | 14 | ```sh
|
15 | 15 | go get -u github.com/ipfs/ipfs-update
|
16 | 16 | ```
|
17 | 17 |
|
18 |
| -## Note |
19 |
| -If you do not see the expected version listed by `ipfs-update versions`. Try updating |
20 |
| -`ipfs-update` (either by the above `go get` command or through gobuilder). |
21 |
| - |
22 |
| -## Contribute |
23 |
| - |
24 |
| -Pull requests and issues are welcome! Please open them in this repository. |
25 |
| -For more on contributing to IPFS projects, see the [contribution guidelines](https://github.com/ipfs/community/blob/master/contributing.md). |
26 | 18 |
|
27 | 19 | ## Usage
|
28 | 20 |
|
| 21 | +If you do not see the expected version listed by `ipfs-update versions`. Try updating |
| 22 | +`ipfs-update` (either by the above `go get` command or through gobuilder). |
| 23 | + |
29 | 24 | #### version
|
30 | 25 |
|
31 | 26 | `$ ipfs-update version`
|
@@ -60,3 +55,16 @@ back to your older stable installation.
|
60 | 55 | Downloads the specified version of ipfs into your current
|
61 | 56 | directory. This is a plumbing command that can be utilized in scripts or by
|
62 | 57 | more advanced users.
|
| 58 | + |
| 59 | +## Contribute |
| 60 | + |
| 61 | +Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/ipfs-update/issues)! |
| 62 | + |
| 63 | +This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). |
| 64 | + |
| 65 | +[](https://github.com/ipfs/community/blob/master/contributing.md) |
| 66 | + |
| 67 | +## License |
| 68 | + |
| 69 | +[MIT](LICENSE) |
| 70 | + |
0 commit comments