Skip to content

Commit

Permalink
Update README for v0.2.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Apr 4, 2022
1 parent 9266550 commit ec4f288
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ Download the latest releast from https://github.com/gaborcsardi/rim/releases
and uncompress it to `/usr/local`

```
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1/rim-linux-0.2.1.tar.gz
sudo tar xzf rim-linux-0.2.1.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2/rim-linux-0.2.2.tar.gz
sudo tar xzf rim-linux-0.2.2.tar.gz -C /usr/local
```

If you are running Linux on arm64, download the arm64 build:
```
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1/rim-linux-arm64-0.2.1.tar.gz
sudo tar xzf rim-linux-arm64-0.2.1.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2/rim-linux-arm64-0.2.2.tar.gz
sudo tar xzf rim-linux-arm64-0.2.2.tar.gz -C /usr/local
```

Supported Linux distributions:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ Download the latest releast from
<https://github.com/gaborcsardi/rim/releases> and uncompress it to
`/usr/local`

curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1/rim-linux-0.2.1.tar.gz
sudo tar xzf rim-linux-0.2.1.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2/rim-linux-0.2.2.tar.gz
sudo tar xzf rim-linux-0.2.2.tar.gz -C /usr/local

If you are running Linux on arm64, download the arm64 build:

curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1/rim-linux-arm64-0.2.1.tar.gz
sudo tar xzf rim-linux-arm64-0.2.1.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2/rim-linux-arm64-0.2.2.tar.gz
sudo tar xzf rim-linux-arm64-0.2.2.tar.gz -C /usr/local

Supported Linux distributions:

Expand Down

0 comments on commit ec4f288

Please sign in to comment.