@@ -175,16 +175,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
175
175
176
176
``` bash
177
177
# x86-64
178
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.0 /bottom_0.10.0_amd64 .deb
179
- sudo dpkg -i bottom_0.10.0_amd64 .deb
178
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom_0.10.1_amd64 .deb
179
+ sudo dpkg -i bottom_0.10.1_amd64 .deb
180
180
181
181
# ARM64
182
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.0 /bottom_0.10.0_arm64 .deb
183
- sudo dpkg -i bottom_0.10.0_arm64 .deb
182
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom_0.10.1_arm64 .deb
183
+ sudo dpkg -i bottom_0.10.1_arm64 .deb
184
184
185
185
# ARM
186
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.0 /bottom_0.10.0_armhf .deb
187
- sudo dpkg -i bottom_0.10.0_armhf .deb
186
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom_0.10.1_armhf .deb
187
+ sudo dpkg -i bottom_0.10.1_armhf .deb
188
188
```
189
189
190
190
### Exherbo Linux
@@ -210,12 +210,12 @@ something like:
210
210
211
211
``` bash
212
212
# x86-64
213
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.0 /bottom-0.10.0 -1.x86_64.rpm
214
- sudo rpm -i bottom-0.10.0 -1.x86_64.rpm
213
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.1 /bottom-0.10.1 -1.x86_64.rpm
214
+ sudo rpm -i bottom-0.10.1 -1.x86_64.rpm
215
215
216
216
# Nightly x86-64
217
- curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.10.0 -1.x86_64.rpm
218
- sudo rpm -i bottom-0.10.0 -1.x86_64.rpm
217
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.10.1 -1.x86_64.rpm
218
+ sudo rpm -i bottom-0.10.1 -1.x86_64.rpm
219
219
```
220
220
221
221
### Gentoo
@@ -326,8 +326,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
326
326
rustup update stable
327
327
328
328
# Option 1 - Download from releases and install
329
- curl -LO https://github.com/ClementTsang/bottom/archive/0.10.0 .tar.gz
330
- tar -xzvf 0.10.0 .tar.gz
329
+ curl -LO https://github.com/ClementTsang/bottom/archive/0.10.1 .tar.gz
330
+ tar -xzvf 0.10.1 .tar.gz
331
331
cargo install --path . --locked
332
332
333
333
# Option 2 - Clone the repo and install manually
0 commit comments