@@ -158,16 +158,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
158158
159159``` bash
160160# x86-64
161- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1 /bottom_0.7.1_amd64 .deb
162- sudo dpkg -i bottom_0.7.1_amd64 .deb
161+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0 /bottom_0.8.0_amd64 .deb
162+ sudo dpkg -i bottom_0.8.0_amd64 .deb
163163
164164# ARM64
165- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1 /bottom_0.7.1_arm64 .deb
166- sudo dpkg -i bottom_0.7.1_arm64 .deb
165+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0 /bottom_0.8.0_arm64 .deb
166+ sudo dpkg -i bottom_0.8.0_arm64 .deb
167167
168168# ARM
169- curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1 /bottom_0.7.1_armhf .deb
170- sudo dpkg -i bottom_0.7.1_armhf .deb
169+ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0 /bottom_0.8.0_armhf .deb
170+ sudo dpkg -i bottom_0.8.0_armhf .deb
171171```
172172
173173### Snap
@@ -247,7 +247,7 @@ choco install bottom
247247
248248# The version number may need to be specified for newer releases for the first
249249# few hours/days during the approval process:
250- choco install bottom --version=0.7.1
250+ choco install bottom --version=0.8.0
251251```
252252
253253### winget
@@ -279,7 +279,7 @@ rustup update stable
279279
280280# Option 1 - Download from releases and install
281281curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
282- tar -xzvf 0.7.1 .tar.gz
282+ tar -xzvf 0.8.0 .tar.gz
283283cargo install --path .
284284
285285# Option 2 - Clone from master and install manually
0 commit comments