mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-09-21 16:58:19 +02:00
docs: revert 0.11.0 docs change (#1764)
This reverts commit 4416cf6b29701a67b093678e60e005de74c9642c. Didn't mean to merge this yet -_-
This commit is contained in:
parent
bb0d4bdd32
commit
d06f239b5f
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -81,7 +81,7 @@ body:
|
|||||||
|
|
||||||
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
|
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
|
||||||
to try that as well to see if the issue has already been resolved.
|
to try that as well to see if the issue has already been resolved.
|
||||||
placeholder: 0.11.0
|
placeholder: 0.10.2
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: install
|
id: install
|
||||||
|
24
README.md
24
README.md
@ -162,8 +162,8 @@ Alternatively, you can use `cargo install` using the repo as the source.
|
|||||||
rustup update stable
|
rustup update stable
|
||||||
|
|
||||||
# Option 1 - Download an archive from releases and install
|
# Option 1 - Download an archive from releases and install
|
||||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.11.0.tar.gz
|
curl -LO https://github.com/ClementTsang/bottom/archive/0.10.2.tar.gz
|
||||||
tar -xzvf 0.11.0.tar.gz
|
tar -xzvf 0.10.2.tar.gz
|
||||||
cargo install --path . --locked
|
cargo install --path . --locked
|
||||||
|
|
||||||
# Option 2 - Manually clone the repo and install
|
# Option 2 - Manually clone the repo and install
|
||||||
@ -215,20 +215,20 @@ Some examples of installing it this way:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# x86-64
|
# x86-64
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_amd64.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb
|
||||||
sudo dpkg -i bottom_0.11.0-1_amd64.deb
|
sudo dpkg -i bottom_0.10.2-1_amd64.deb
|
||||||
|
|
||||||
# ARM64
|
# ARM64
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_arm64.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_arm64.deb
|
||||||
sudo dpkg -i bottom_0.11.0-1_arm64.deb
|
sudo dpkg -i bottom_0.10.2-1_arm64.deb
|
||||||
|
|
||||||
# ARM
|
# ARM
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_armhf.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_armhf.deb
|
||||||
sudo dpkg -i bottom_0.11.0-1_armhf.deb
|
sudo dpkg -i bottom_0.10.2-1_armhf.deb
|
||||||
|
|
||||||
# musl-based
|
# musl-based
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom-musl_0.11.0-1_amd64.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom-musl_0.10.2-1_amd64.deb
|
||||||
sudo dpkg -i bottom-musl_0.11.0-1_amd64.deb
|
sudo dpkg -i bottom-musl_0.10.2-1_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
### Exherbo Linux
|
### Exherbo Linux
|
||||||
@ -260,8 +260,8 @@ sudo dnf install bottom
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom-0.11.0-1.x86_64.rpm
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom-0.10.2-1.x86_64.rpm
|
||||||
sudo rpm -i bottom-0.11.0-1.x86_64.rpm
|
sudo rpm -i bottom-0.10.2-1.x86_64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
### Gentoo
|
### Gentoo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user