File tree 1 file changed +10
-10
lines changed
docs/recent-releases/go-ipfs-0-5
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ There are two ways to update your IPFS installation. [Using `ipfs-update`](#use-
12
12
13
13
1 . Make sure you have ` ipfs-update ` installed:
14
14
15
- ``` bash
16
- ipfs-update --version
15
+ ``` bash
16
+ ipfs-update --version
17
17
18
- > ipfs-update version 1.6.0
19
- ```
18
+ > ipfs-update version 1.6.0
19
+ ```
20
20
21
21
1 . Tell ` ipfs-update ` to update to ` Go-IPFS 0.5 ` :
22
22
23
- ` ` ` bash
24
- ipfs-update install 0.5.0
23
+ ``` bash
24
+ ipfs-update install 0.5.0
25
25
26
- > Installation complete!
27
- ` ` `
26
+ > Installation complete!
27
+ ```
28
28
29
29
1 . That's it!
30
30
@@ -63,7 +63,7 @@ There are two ways to update your IPFS installation. [Using `ipfs-update`](#use-
63
63
ipfs daemon
64
64
65
65
> Initializing daemon...
66
- > go-ipfs version: 0.5.0-rc1
66
+ > go-ipfs version: 0.5.0
67
67
> Repo version: 9
68
68
> System version: amd64/linux
69
69
> Golang version: go1.13.8
@@ -93,7 +93,7 @@ There are two ways to update your IPFS installation. [Using `ipfs-update`](#use-
93
93
``` bash
94
94
ipfs --version
95
95
96
- > ipfs version 0.5.0-rc1
96
+ > ipfs version 0.5.0
97
97
```
98
98
99
99
8 . That's it!
You can’t perform that action at this time.
0 commit comments