Skip to content

Commit

Permalink
uptick: 0.9.6 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Aug 27, 2023
1 parent 1ef0c05 commit 6d25109
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ body:
description: >
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
a nightly/non-release version, please also specify that.
placeholder: 0.9.5
placeholder: 0.9.6

- type: input
id: install
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,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.5/bottom_0.9.5_amd64.deb
sudo dpkg -i bottom_0.9.5_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
sudo dpkg -i bottom_0.9.6_amd64.deb

# ARM64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_arm64.deb
sudo dpkg -i bottom_0.9.5_arm64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_arm64.deb
sudo dpkg -i bottom_0.9.6_arm64.deb

# ARM
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom_0.9.5_armhf.deb
sudo dpkg -i bottom_0.9.5_armhf.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_armhf.deb
sudo dpkg -i bottom_0.9.6_armhf.deb
```

### Snap
Expand Down Expand Up @@ -205,12 +205,12 @@ something like:

```bash
# x86-64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.5/bottom-0.9.5-1.x86_64.rpm
sudo rpm -i bottom-0.9.5-1.x86_64.rpm
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom-0.9.6-1.x86_64.rpm
sudo rpm -i bottom-0.9.6-1.x86_64.rpm

# Nightly x86-64
curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.5-1.x86_64.rpm
sudo rpm -i bottom-0.9.5-1.x86_64.rpm
curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.6-1.x86_64.rpm
sudo rpm -i bottom-0.9.6-1.x86_64.rpm
```

### Gentoo
Expand Down Expand Up @@ -306,8 +306,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.5.tar.gz
tar -xzvf 0.9.5.tar.gz
curl -LO https://github.com/ClementTsang/bottom/archive/0.9.6.tar.gz
tar -xzvf 0.9.6.tar.gz
cargo install --path . --locked

# Option 2 - Clone from master and install manually
Expand Down

0 comments on commit 6d25109

Please sign in to comment.