diff --git a/README.Rmd b/README.Rmd
index 8a1a8c5..9895f31 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -73,10 +73,10 @@ Found another issue? Please report it in our
* [Installer](#id-macos-installer)
* [Homebrew](#id-macos-homebrew)
* [Windows](#id-windows)
+ * [Winget](#id-windows-winget)
* [Installer](#id-windows-installer)
* [Scoop](#id-windows-scoop)
* [Chocolatey](#id-windows-chocolatey)
- * [Winget](#id-windows-winget)
* [Linux](#id-linux)
* [Supported Linux distributions](#id-supported-linux-distributions)
* [Ubuntu and Debian (DEB package)](#id-ubuntu-and-debian-deb-package)
@@ -119,6 +119,14 @@ brew upgrade --cask rig
There are several possible ways to install rig on Windows: with our
installer, `winget`, `scoop` or `choco`.
+#### Installing rig on Windows (WinGet)
+
+An easy way to install rig on Windows 10 and above is to use the
+built-in WinGet package manager. The name of the package is `posit.rig`.
+```
+winget install posit.rig
+```
+
#### Installing rig on Windows (installer)
Download the latest release from https://github.com/r-lib/rig/releases
@@ -159,16 +167,6 @@ and upgrade to the latest version with
choco upgrade rig
```
-#### Installing rig on Windows (WinGet)
-
-❗ **NOTE: WinGet does not have the latest rig release yet!**
-
-An easy way to install rig on Windows 10 and above is to use the
-built-in WinGet package manager. The name of the package is `posit.rig`.
-```
-winget install posit.rig
-```
-
### Installing rig on Linux
On Linux you can install rig from a DEB or RPM package, or from a tarball.
diff --git a/README.md b/README.md
index ec45c27..f5b80e0 100644
--- a/README.md
+++ b/README.md
@@ -70,10 +70,10 @@ tracker](https://github.com/r-lib/rig/issues).
- [Installer](#id-macos-installer)
- [Homebrew](#id-macos-homebrew)
- [Windows](#id-windows)
+ - [Winget](#id-windows-winget)
- [Installer](#id-windows-installer)
- [Scoop](#id-windows-scoop)
- [Chocolatey](#id-windows-chocolatey)
- - [Winget](#id-windows-winget)
- [Linux](#id-linux)
- [Supported Linux distributions](#id-supported-linux-distributions)
- [Ubuntu and Debian (DEB package)](#id-ubuntu-and-debian-deb-package)
@@ -117,6 +117,13 @@ brew upgrade --cask rig
There are several possible ways to install rig on Windows: with our
installer, `winget`, `scoop` or `choco`.
+#### Installing rig on Windows (WinGet)
+
+An easy way to install rig on Windows 10 and above is to use the
+built-in WinGet package manager. The name of the package is `posit.rig`.
+
+ winget install posit.rig
+
#### Installing rig on Windows (installer)
Download the latest release from
@@ -157,15 +164,6 @@ and upgrade to the latest version with
choco upgrade rig
```
-#### Installing rig on Windows (WinGet)
-
-❗ **NOTE: WinGet does not have the latest rig release yet!**
-
-An easy way to install rig on Windows 10 and above is to use the
-built-in WinGet package manager. The name of the package is `posit.rig`.
-
- winget install posit.rig
-
### Installing rig on Linux
On Linux you can install rig from a DEB or RPM package, or from a