@@ -165,16 +165,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
165
165
166
166
``` bash
167
167
# x86-64
168
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5 /bottom_0.9.5_amd64 .deb
169
- sudo dpkg -i bottom_0.9.5_amd64 .deb
168
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6 /bottom_0.9.6_amd64 .deb
169
+ sudo dpkg -i bottom_0.9.6_amd64 .deb
170
170
171
171
# ARM64
172
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5 /bottom_0.9.5_arm64 .deb
173
- sudo dpkg -i bottom_0.9.5_arm64 .deb
172
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6 /bottom_0.9.6_arm64 .deb
173
+ sudo dpkg -i bottom_0.9.6_arm64 .deb
174
174
175
175
# ARM
176
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5 /bottom_0.9.5_armhf .deb
177
- sudo dpkg -i bottom_0.9.5_armhf .deb
176
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6 /bottom_0.9.6_armhf .deb
177
+ sudo dpkg -i bottom_0.9.6_armhf .deb
178
178
```
179
179
180
180
### Snap
@@ -205,12 +205,12 @@ something like:
205
205
206
206
``` bash
207
207
# x86-64
208
- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5 /bottom-0.9.5 -1.x86_64.rpm
209
- sudo rpm -i bottom-0.9.5 -1.x86_64.rpm
208
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6 /bottom-0.9.6 -1.x86_64.rpm
209
+ sudo rpm -i bottom-0.9.6 -1.x86_64.rpm
210
210
211
211
# Nightly x86-64
212
- curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.5 -1.x86_64.rpm
213
- sudo rpm -i bottom-0.9.5 -1.x86_64.rpm
212
+ curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.6 -1.x86_64.rpm
213
+ sudo rpm -i bottom-0.9.6 -1.x86_64.rpm
214
214
```
215
215
216
216
### Gentoo
@@ -306,8 +306,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
306
306
rustup update stable
307
307
308
308
# Option 1 - Download from releases and install
309
- curl -LO https://github.com/ClementTsang/bottom/archive/0.9.5 .tar.gz
310
- tar -xzvf 0.9.5 .tar.gz
309
+ curl -LO https://github.com/ClementTsang/bottom/archive/0.9.6 .tar.gz
310
+ tar -xzvf 0.9.6 .tar.gz
311
311
cargo install --path . --locked
312
312
313
313
# Option 2 - Clone from master and install manually
0 commit comments