From d019181b2dcf16febeb6f1f78994431dedbb7201 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 14 May 2023 00:13:12 -0400 Subject: uptick: 0.9.1 (#1153) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c0306777..e3305651 100644 --- a/README.md +++ b/README.md @@ -162,16 +162,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_0.9.0_amd64.deb -sudo dpkg -i bottom_0.9.0_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_amd64.deb +sudo dpkg -i bottom_0.9.1_amd64.deb # ARM64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_0.9.0_arm64.deb -sudo dpkg -i bottom_0.9.0_arm64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_arm64.deb +sudo dpkg -i bottom_0.9.1_arm64.deb # ARM -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.0/bottom_0.9.0_armhf.deb -sudo dpkg -i bottom_0.9.0_armhf.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.1/bottom_0.9.1_armhf.deb +sudo dpkg -i bottom_0.9.1_armhf.deb ``` ### Snap @@ -278,8 +278,8 @@ to do so using the most recent version of stable Rust, which is how the binaries rustup update stable # Option 1 - Download from releases and install -curl -LO https://github.com/ClementTsang/bottom/archive/0.9.0.tar.gz -tar -xzvf 0.9.0.tar.gz +curl -LO https://github.com/ClementTsang/bottom/archive/0.9.1.tar.gz +tar -xzvf 0.9.1.tar.gz cargo install --path . --locked # Option 2 - Clone from master and install manually -- cgit v1.2.3