Skip to content

Commit

Permalink
Update README: rig 0.6.0 is on winget now
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Sep 7, 2023
1 parent da69a36 commit 94ae93a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
20 changes: 9 additions & 11 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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) <a id="id-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) <a id="id-windows-installer">

Download the latest release from https://github.com/r-lib/rig/releases
Expand Down Expand Up @@ -159,16 +167,6 @@ and upgrade to the latest version with
choco upgrade rig
```

#### Installing rig on Windows (WinGet) <a id="id-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 <a id="id-linux">

On Linux you can install rig from a DEB or RPM package, or from a tarball.
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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) <a id="id-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) <a id="id-windows-installer">

Download the latest release from <https://github.com/r-lib/rig/releases>
Expand Down Expand Up @@ -157,15 +164,6 @@ and upgrade to the latest version with
choco upgrade rig
```

#### Installing rig on Windows (WinGet) <a id="id-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 <a id="id-linux">

On Linux you can install rig from a DEB or RPM package, or from a
Expand Down

0 comments on commit 94ae93a

Please sign in to comment.