@@ -162,8 +162,8 @@ Alternatively, you can use `cargo install` using the repo as the source.
162162rustup update stable
163163
164164# Option 1 - Download an archive from releases and install
165- curl -LO https://github.com/ClementTsang/bottom/archive/0.11.0 .tar.gz
166- tar -xzvf 0.11.0 .tar.gz
165+ curl -LO https://github.com/ClementTsang/bottom/archive/0.11.1 .tar.gz
166+ tar -xzvf 0.11.1 .tar.gz
167167cargo install --path . --locked
168168
169169# Option 2 - Manually clone the repo and install
@@ -215,20 +215,20 @@ Some examples of installing it this way:
215215
216216``` bash
217217# x86-64
218- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0 /bottom_0.11.0 -1_amd64.deb
219- sudo dpkg -i bottom_0.11.0 -1_amd64.deb
218+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1 /bottom_0.11.1 -1_amd64.deb
219+ sudo dpkg -i bottom_0.11.1 -1_amd64.deb
220220
221221# ARM64
222- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0 /bottom_0.11.0 -1_arm64.deb
223- sudo dpkg -i bottom_0.11.0 -1_arm64.deb
222+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1 /bottom_0.11.1 -1_arm64.deb
223+ sudo dpkg -i bottom_0.11.1 -1_arm64.deb
224224
225225# ARM
226- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0 /bottom_0.11.0 -1_armhf.deb
227- sudo dpkg -i bottom_0.11.0 -1_armhf.deb
226+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1 /bottom_0.11.1 -1_armhf.deb
227+ sudo dpkg -i bottom_0.11.1 -1_armhf.deb
228228
229229# musl-based
230- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0 /bottom-musl_0.11.0 -1_amd64.deb
231- sudo dpkg -i bottom-musl_0.11.0 -1_amd64.deb
230+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1 /bottom-musl_0.11.1 -1_amd64.deb
231+ sudo dpkg -i bottom-musl_0.11.1 -1_amd64.deb
232232```
233233
234234### Exherbo Linux
@@ -260,8 +260,8 @@ sudo dnf install bottom
260260For example:
261261
262262``` bash
263- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0 /bottom-0.11.0 -1.x86_64.rpm
264- sudo rpm -i bottom-0.11.0 -1.x86_64.rpm
263+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1 /bottom-0.11.1 -1.x86_64.rpm
264+ sudo rpm -i bottom-0.11.1 -1.x86_64.rpm
265265```
266266
267267### Gentoo
0 commit comments