Skip to content

Commit

Permalink
Fix deb installation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Sep 8, 2023
1 parent bbd1cfc commit 06a393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ install rig. First you add our key to your config:

Then add the rig repository:

`which sudo` sh -c "echo 'deb [arch=amd64] http://rig.r-pkg.org/deb rig main' > /etc/apt/sources.list.d/rig.list"
`which sudo` sh -c 'echo "deb http://rig.r-pkg.org/deb rig main" > /etc/apt/sources.list.d/rig.list'

If you already added both the key and the repository, then install the
`r-rig` package (`rig` is a different package in Debian and Ubuntu):
Expand Down

0 comments on commit 06a393f

Please sign in to comment.