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