File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ Download the latest releast from https://github.com/gaborcsardi/rim/releases
68
68
and uncompress it to ` /usr/local `
69
69
70
70
```
71
- curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1 /rim-linux-0.2.1 .tar.gz
72
- sudo tar xzf rim-linux-0.2.1 .tar.gz -C /usr/local
71
+ curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2 /rim-linux-0.2.2 .tar.gz
72
+ sudo tar xzf rim-linux-0.2.2 .tar.gz -C /usr/local
73
73
```
74
74
75
75
If you are running Linux on arm64, download the arm64 build:
76
76
```
77
- curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1 /rim-linux-arm64-0.2.1 .tar.gz
78
- sudo tar xzf rim-linux-arm64-0.2.1 .tar.gz -C /usr/local
77
+ curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2 /rim-linux-arm64-0.2.2 .tar.gz
78
+ sudo tar xzf rim-linux-arm64-0.2.2 .tar.gz -C /usr/local
79
79
```
80
80
81
81
Supported Linux distributions:
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ Download the latest releast from
62
62
< https://github.com/gaborcsardi/rim/releases > and uncompress it to
63
63
` /usr/local `
64
64
65
- curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1 /rim-linux-0.2.1 .tar.gz
66
- sudo tar xzf rim-linux-0.2.1 .tar.gz -C /usr/local
65
+ curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2 /rim-linux-0.2.2 .tar.gz
66
+ sudo tar xzf rim-linux-0.2.2 .tar.gz -C /usr/local
67
67
68
68
If you are running Linux on arm64, download the arm64 build:
69
69
70
- curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.1 /rim-linux-arm64-0.2.1 .tar.gz
71
- sudo tar xzf rim-linux-arm64-0.2.1 .tar.gz -C /usr/local
70
+ curl -OL https://github.com/gaborcsardi/rim/releases/download/v0.2.2 /rim-linux-arm64-0.2.2 .tar.gz
71
+ sudo tar xzf rim-linux-arm64-0.2.2 .tar.gz -C /usr/local
72
72
73
73
Supported Linux distributions:
74
74
You can’t perform that action at this time.
0 commit comments