Skip to content

Commit 2cc9dc1

Browse files
Merge pull request #191 from ipfs/chore/version-typo
chore: fix version typos
2 parents dc70bf0 + 59150bb commit 2cc9dc1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/recent-releases/go-ipfs-0-5/update-procedure.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ There are two ways to update your IPFS installation. [Using `ipfs-update`](#use-
1212

1313
1. Make sure you have `ipfs-update` installed:
1414

15-
```bash
16-
ipfs-update --version
15+
```bash
16+
ipfs-update --version
1717

18-
> ipfs-update version 1.6.0
19-
```
18+
> ipfs-update version 1.6.0
19+
```
2020

2121
1. Tell `ipfs-update` to update to `Go-IPFS 0.5`:
2222

23-
```bash
24-
ipfs-update install 0.5.0
23+
```bash
24+
ipfs-update install 0.5.0
2525

26-
> Installation complete!
27-
```
26+
> Installation complete!
27+
```
2828

2929
1. That's it!
3030

@@ -63,7 +63,7 @@ There are two ways to update your IPFS installation. [Using `ipfs-update`](#use-
6363
ipfs daemon
6464

6565
> Initializing daemon...
66-
> go-ipfs version: 0.5.0-rc1
66+
> go-ipfs version: 0.5.0
6767
> Repo version: 9
6868
> System version: amd64/linux
6969
> Golang version: go1.13.8
@@ -93,7 +93,7 @@ There are two ways to update your IPFS installation. [Using `ipfs-update`](#use-
9393
```bash
9494
ipfs --version
9595

96-
> ipfs version 0.5.0-rc1
96+
> ipfs version 0.5.0
9797
```
9898

9999
8. That's it!

0 commit comments

Comments
 (0)