You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/ipfs-updater.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: IPFS updater
3
3
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
5
5
---
6
6
7
7
# IPFS updater
@@ -18,22 +18,22 @@ You can download pre-built binaries from [`dist.ipfs.tech`](https://dist.ipfs.te
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
71
71
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`:
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
80
80
cd ~
81
81
ipfs-update --version
82
82
83
-
> ipfs-update version 1.8.0
83
+
> ipfs-update version 1.9.0
84
84
```
85
85
86
86
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
90
90
1. Download the macOS binary from [`dist.ipfs.tech`](https://dist.ipfs.tech/#ipfs-update).
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