@@ -166,8 +166,8 @@ Alternatively, you can use `cargo install` using the repo as the source.
166166rustup update stable
167167
168168# Option 1 - Download an archive from releases and install
169- curl -LO https://github.com/ClementTsang/bottom/archive/0.14.5 .tar.gz
170- tar -xzvf 0.14.5 .tar.gz
169+ curl -LO https://github.com/ClementTsang/bottom/archive/0.14.6 .tar.gz
170+ tar -xzvf 0.14.6 .tar.gz
171171cargo install --path . --locked
172172
173173# Option 2 - Manually clone the repo and install
@@ -219,20 +219,20 @@ Some examples of installing it this way:
219219
220220``` bash
221221# x86-64
222- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5 /bottom_0.14.5 -1_amd64.deb
223- sudo dpkg -i bottom_0.14.5 -1_amd64.deb
222+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6 /bottom_0.14.6 -1_amd64.deb
223+ sudo dpkg -i bottom_0.14.6 -1_amd64.deb
224224
225225# ARM64
226- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5 /bottom_0.14.5 -1_arm64.deb
227- sudo dpkg -i bottom_0.14.5 -1_arm64.deb
226+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6 /bottom_0.14.6 -1_arm64.deb
227+ sudo dpkg -i bottom_0.14.6 -1_arm64.deb
228228
229229# ARM
230- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5 /bottom_0.14.5 -1_armhf.deb
231- sudo dpkg -i bottom_0.14.5 -1_armhf.deb
230+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6 /bottom_0.14.6 -1_armhf.deb
231+ sudo dpkg -i bottom_0.14.6 -1_armhf.deb
232232
233233# musl-based
234- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5 /bottom-musl_0.14.5 -1_amd64.deb
235- sudo dpkg -i bottom-musl_0.14.5 -1_amd64.deb
234+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6 /bottom-musl_0.14.6 -1_amd64.deb
235+ sudo dpkg -i bottom-musl_0.14.6 -1_amd64.deb
236236```
237237
238238### Exherbo Linux
@@ -274,8 +274,8 @@ sudo dnf install bottom
274274For example:
275275
276276``` bash
277- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5 /bottom-0.14.5 -1.x86_64.rpm
278- sudo dnf install ./bottom-0.14.5 -1.x86_64.rpm
277+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6 /bottom-0.14.6 -1.x86_64.rpm
278+ sudo dnf install ./bottom-0.14.6 -1.x86_64.rpm
279279```
280280
281281### Gentoo
0 commit comments