@@ -159,8 +159,8 @@ Alternatively, if you can use `cargo install` using the repo as the source.
159
159
rustup update stable
160
160
161
161
# Option 1 - Download an archive from releases and install
162
- curl -LO https://github.com/ClementTsang/bottom/archive/0.10.1 .tar.gz
163
- tar -xzvf 0.10.1 .tar.gz
162
+ curl -LO https://github.com/ClementTsang/bottom/archive/0.10.2 .tar.gz
163
+ tar -xzvf 0.10.2 .tar.gz
164
164
cargo install --path . --locked
165
165
166
166
# Option 2 - Manually clone the repo and install
@@ -199,16 +199,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
199
199
200
200
``` bash
201
201
# x86-64
202
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom_0.10.1_amd64 .deb
203
- sudo dpkg -i bottom_0.10.1_amd64 .deb
202
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2 /bottom_0.10.2_amd64 .deb
203
+ sudo dpkg -i bottom_0.10.2_amd64 .deb
204
204
205
205
# ARM64
206
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom_0.10.1_arm64 .deb
207
- sudo dpkg -i bottom_0.10.1_arm64 .deb
206
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2 /bottom_0.10.2_arm64 .deb
207
+ sudo dpkg -i bottom_0.10.2_arm64 .deb
208
208
209
209
# ARM
210
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom_0.10.1_armhf .deb
211
- sudo dpkg -i bottom_0.10.1_armhf .deb
210
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2 /bottom_0.10.2_armhf .deb
211
+ sudo dpkg -i bottom_0.10.2_armhf .deb
212
212
```
213
213
214
214
### Exherbo Linux
@@ -233,8 +233,8 @@ sudo dnf install bottom
233
233
For example:
234
234
235
235
``` bash
236
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom-0.10.1 -1.x86_64.rpm
237
- sudo rpm -i bottom-0.10.1 -1.x86_64.rpm
236
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2 /bottom-0.10.2 -1.x86_64.rpm
237
+ sudo rpm -i bottom-0.10.2 -1.x86_64.rpm
238
238
```
239
239
240
240
### Gentoo
0 commit comments