@@ -175,16 +175,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
175175
176176``` bash
177177# 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
180180
181181# 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
184184
185185# 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
188188```
189189
190190### Exherbo Linux
@@ -210,12 +210,12 @@ something like:
210210
211211``` bash
212212# 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
215215
216216# 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
219219```
220220
221221### Gentoo
@@ -326,8 +326,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
326326rustup update stable
327327
328328# 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
331331cargo install --path . --locked
332332
333333# Option 2 - Clone the repo and install manually
0 commit comments