Skip to content

Commit 30ae25b

Browse files
authored
Merge pull request #1269 from ipfs/bump-documentation-to-latest-versions
Update release version numbers
2 parents 48ae7b1 + e88de0e commit 30ae25b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/install/ipfs-updater.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IPFS updater
33
description: The IPFS updater is a command-line tool originally used to help users update their IPFS version. Learn how to install, upgrade, and downgrade Kubo using the IPFS updater.
4-
current-ipfs-updater-version: v1.8.0
4+
current-ipfs-updater-version: v1.9.0
55
---
66

77
# IPFS updater
@@ -18,22 +18,22 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
1818

1919
```powershell
2020
cd ~
21-
wget https://dist.ipfs.tech/ipfs-update/v1.8.0/ipfs-update_v1.8.0_windows-amd64.zip -Outfile ipfs-update_v1.8.0_windows-amd64.zip
21+
wget https://dist.ipfs.tech/ipfs-update/v1.9.0/ipfs-update_v1.9.0_windows-amd64.zip -Outfile ipfs-update_v1.9.0_windows-amd64.zip
2222
```
2323

2424
2. Unzip the file and move it somewhere handy:
2525

2626
```powershell
27-
Expand-Archive -Path ipfs-update_v1.8.0_windows-amd64.zip -DestinationPath ~\Apps\ipfs-update_v1.8.0
27+
Expand-Archive -Path ipfs-update_v1.9.0_windows-amd64.zip -DestinationPath ~\Apps\ipfs-update_v1.9.0
2828
```
2929

30-
3. Move into the `ipfs-update_v1.8.0` folder and check that the `ipfs-update.exe` works:
30+
3. Move into the `ipfs-update_v1.9.0` folder and check that the `ipfs-update.exe` works:
3131

3232
```powershell
33-
cd Apps\ipfs-update_v1.8.0\ipfs-update\
33+
cd Apps\ipfs-update_v1.9.0\ipfs-update\
3434
.\ipfs-update.exe --version
3535
36-
> ipfs-update version 1.8.0
36+
> ipfs-update version 1.9.0
3737
```
3838

3939
While you can use `ipfs-update` right now, it's better to add `ipfs-update.exe` to your `PATH` by using the following steps.
@@ -45,7 +45,7 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
4545
4646
> Path
4747
> ----
48-
> C:\Users\Johnny\Apps\ipfs-update_v1.8.0\ipfs-update
48+
> C:\Users\Johnny\Apps\ipfs-update_v1.9.0\ipfs-update
4949
```
5050

5151
5. Check if a profile file for PowerShell already exists:
@@ -71,7 +71,7 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
7171
7. Add the address you just copied to PowerShell's `PATH` by adding it to the end of the `Microsoft.PowerShell_profile.ps1` file stored in `Documents\WindowsPowerShell`:
7272

7373
```powershell
74-
Add-Content C:\Users\Johnny\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 "[System.Environment]::SetEnvironmentVariable('PATH',`$Env:PATH+';;C:\Users\Johnny\Apps\ipfs-update_v1.8.0\ipfs-update')"
74+
Add-Content C:\Users\Johnny\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 "[System.Environment]::SetEnvironmentVariable('PATH',`$Env:PATH+';;C:\Users\Johnny\Apps\ipfs-update_v1.9.0\ipfs-update')"
7575
```
7676

7777
8. Close and reopen your PowerShell window. Test that your `PATH` is set correctly by going to your home folder and asking `ipfs-update` for the version:
@@ -80,7 +80,7 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
8080
cd ~
8181
ipfs-update --version
8282
83-
> ipfs-update version 1.8.0
83+
> ipfs-update version 1.9.0
8484
```
8585

8686
If you get an error during the next start of PowerShell while loading the profile file, you need to change `ExecutionPolicy` of PowerShell to `Unrestricted` as described in the [Microsoft PowerShell documentation](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7).
@@ -90,13 +90,13 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
9090
1. Download the macOS binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#ipfs-update).
9191

9292
```bash
93-
curl -O https://dist.ipfs.tech/ipfs-update/v1.8.0/ipfs-update_v1.8.0_darwin-amd64.tar.gz
93+
curl -O https://dist.ipfs.tech/ipfs-update/v1.9.0/ipfs-update_v1.9.0_darwin-amd64.tar.gz
9494
```
9595

9696
2. Unzip the file:
9797

9898
```bash
99-
tar -xvzf ipfs-update_v1.8.0_darwin-amd64.tar.gz
99+
tar -xvzf ipfs-update_v1.9.0_darwin-amd64.tar.gz
100100

101101
> x ipfs-update/install.sh
102102
> x ipfs-update/ipfs-update
@@ -116,21 +116,21 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
116116
```bash
117117
ipfs-update --version
118118

119-
> ipfs-update version 1.8.0
119+
> ipfs-update version 1.9.0
120120
```
121121

122122
### Linux
123123

124124
1. Download the Linux binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#ipfs-update).
125125

126126
```bash
127-
wget https://dist.ipfs.tech/ipfs-update/v1.8.0/ipfs-update_v1.8.0_linux-amd64.tar.gz
127+
wget https://dist.ipfs.tech/ipfs-update/v1.9.0/ipfs-update_v1.9.0_linux-amd64.tar.gz
128128
```
129129

130130
2. Unzip the file:
131131

132132
```bash
133-
tar -xvzf ipfs-update_v1.8.0_linux-amd64.tar.gz
133+
tar -xvzf ipfs-update_v1.9.0_linux-amd64.tar.gz
134134

135135
> x ipfs-update/install.sh
136136
> x ipfs-update/ipfs-update
@@ -150,7 +150,7 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
150150
```bash
151151
ipfs-update --version
152152

153-
> ipfs-update version 1.8.0
153+
> ipfs-update version 1.9.0
154154
```
155155

156156
## Install IPFS
@@ -190,13 +190,13 @@ To uninstall IPFS Update, delete the binary and `ipfs-update` from your `PATH` v
190190
```powershell
191191
gci -recurse -filter ipfs-update.exe -File -ErrorAction SilentlyContinue
192192
193-
> Directory: C:\Users\Johnny\Apps\ipfs-update_v1.8.0\ipfs-update
193+
> Directory: C:\Users\Johnny\Apps\ipfs-update_v1.9.0\ipfs-update
194194
```
195195

196196
2. Remove the `ipfs-update` directory:
197197

198198
```powershell
199-
Remove-Item -Recurse -Force C:\Users\Johnny\Apps\ipfs-update_v1.8.0
199+
Remove-Item -Recurse -Force C:\Users\Johnny\Apps\ipfs-update_v1.9.0
200200
```
201201

202202
3. Delete the `ipfs-update` directory from the `PATH` variable. This process differs between Windows installations, so please check the [Microsoft documentation for details](https://docs.microsoft.com/en-us/cpp/build/setting-the-path-and-environment-variables-for-command-line-builds?view=msvc-160).

0 commit comments

Comments
 (0)