Skip to content

Commit

Permalink
README for 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 6, 2022
1 parent 61667d7 commit bff0329
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.2/rim-linux-0.2.2.tar.gz
sudo tar xzf rim-linux-0.2.2.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.3/rim-linux-0.2.3.tar.gz
sudo tar xzf rim-linux-0.2.3.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.2/rim-linux-arm64-0.2.2.tar.gz
sudo tar xzf rim-linux-arm64-0.2.2.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.3/rim-linux-arm64-0.2.3.tar.gz
sudo tar xzf rim-linux-arm64-0.2.3.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.2/rim-linux-0.2.2.tar.gz
sudo tar xzf rim-linux-0.2.2.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.3/rim-linux-0.2.3.tar.gz
sudo tar xzf rim-linux-0.2.3.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.2/rim-linux-arm64-0.2.2.tar.gz
sudo tar xzf rim-linux-arm64-0.2.2.tar.gz -C /usr/local
curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.3/rim-linux-arm64-0.2.3.tar.gz
sudo tar xzf rim-linux-arm64-0.2.3.tar.gz -C /usr/local

Supported Linux distributions:

Expand Down

0 comments on commit bff0329

Please sign in to comment.