mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-23 11:56:45 +00:00
@@ -105,7 +105,7 @@ body:
|
||||
see if [the latest
|
||||
version](https://github.com/ClementTsang/bottom/releases/latest) solves
|
||||
the issue first.
|
||||
placeholder: 0.14.7
|
||||
placeholder: 0.14.8
|
||||
|
||||
- type: textarea
|
||||
id: install
|
||||
|
||||
@@ -104,4 +104,4 @@ body:
|
||||
see if [the latest
|
||||
version](https://github.com/ClementTsang/bottom/releases/latest) solves
|
||||
the issue first.
|
||||
placeholder: 0.14.7
|
||||
placeholder: 0.14.8
|
||||
|
||||
Generated
+1
-1
@@ -132,7 +132,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.14.7"
|
||||
version = "0.14.8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bottom"
|
||||
version = "0.14.7"
|
||||
version = "0.14.8"
|
||||
repository = "https://github.com/ClementTsang/bottom"
|
||||
license = "MIT"
|
||||
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
|
||||
|
||||
@@ -166,8 +166,8 @@ Alternatively, you can use `cargo install` using the repo as the source.
|
||||
rustup update stable
|
||||
|
||||
# Option 1 - Download an archive from releases and install
|
||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.14.7.tar.gz
|
||||
tar -xzvf 0.14.7.tar.gz
|
||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.14.8.tar.gz
|
||||
tar -xzvf 0.14.8.tar.gz
|
||||
cargo install --path . --locked
|
||||
|
||||
# Option 2 - Manually clone the repo and install
|
||||
@@ -219,20 +219,20 @@ Some examples of installing it this way:
|
||||
|
||||
```bash
|
||||
# x86-64
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.7/bottom_0.14.7-1_amd64.deb
|
||||
sudo dpkg -i bottom_0.14.7-1_amd64.deb
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.8/bottom_0.14.8-1_amd64.deb
|
||||
sudo dpkg -i bottom_0.14.8-1_amd64.deb
|
||||
|
||||
# ARM64
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.7/bottom_0.14.7-1_arm64.deb
|
||||
sudo dpkg -i bottom_0.14.7-1_arm64.deb
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.8/bottom_0.14.8-1_arm64.deb
|
||||
sudo dpkg -i bottom_0.14.8-1_arm64.deb
|
||||
|
||||
# ARM
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.7/bottom_0.14.7-1_armhf.deb
|
||||
sudo dpkg -i bottom_0.14.7-1_armhf.deb
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.8/bottom_0.14.8-1_armhf.deb
|
||||
sudo dpkg -i bottom_0.14.8-1_armhf.deb
|
||||
|
||||
# musl-based
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.7/bottom-musl_0.14.7-1_amd64.deb
|
||||
sudo dpkg -i bottom-musl_0.14.7-1_amd64.deb
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.8/bottom-musl_0.14.8-1_amd64.deb
|
||||
sudo dpkg -i bottom-musl_0.14.8-1_amd64.deb
|
||||
```
|
||||
|
||||
### Exherbo Linux
|
||||
@@ -274,8 +274,8 @@ sudo dnf install bottom
|
||||
For example:
|
||||
|
||||
```bash
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.7/bottom-0.14.7-1.x86_64.rpm
|
||||
sudo dnf install ./bottom-0.14.7-1.x86_64.rpm
|
||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.8/bottom-0.14.8-1.x86_64.rpm
|
||||
sudo dnf install ./bottom-0.14.8-1.x86_64.rpm
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
|
||||
Generated
+1
-1
@@ -111,7 +111,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bottom"
|
||||
version = "0.14.7"
|
||||
version = "0.14.8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
||||
Reference in New Issue
Block a user