docs: update README (#1585)

* docs: update README

* also fix ci if
This commit is contained in:
Clement Tsang 2024-09-05 22:15:00 -04:00 committed by GitHub
parent 2e5000e399
commit 7678c46f42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -291,6 +291,7 @@ jobs:
vm-check:
name: "Test using VMs"
needs: pre-job
if: ${{ needs.pre-job.outputs.should_skip != 'true' }}
runs-on: "ubuntu-latest"
timeout-minutes: 15
strategy:

View file

@ -85,7 +85,7 @@ As (yet another) process/system visualization and management application, bottom
- Changing the layout of widgets
- Filtering out entries in some widgets
- Some other nice stuff, like:
- And more:
- [An htop-inspired basic mode](https://clementtsang.github.io/bottom/nightly/usage/basic-mode/)
- [Expansion, which focuses on just one widget](https://clementtsang.github.io/bottom/nightly/usage/general-usage/#expansion)
@ -119,7 +119,7 @@ bottom may work on a number of platforms that aren't officially supported. Note
Note that some unsupported platforms may eventually be officially supported (e.g., FreeBSD).
A non-comprehensive list of some currently unofficially supported platforms that may compile/work include:
A non-comprehensive list of some currently unofficially-supported platforms that may compile/work include:
- FreeBSD (`x86_64`)
- Linux (`armv6`, `armv7`, `powerpc64le`, `riscv64gc`)
@ -184,11 +184,14 @@ bottom is available as an [official package](https://archlinux.org/packages/extr
sudo pacman -S bottom
```
If you want the latest changes that are not yet stable, you can also install `bottom-git` [from the AUR](https://aur.archlinux.org/packages/bottom-git).
For example, to install with `paru`:
If you want the latest changes that are not yet stable, you can also install `bottom-git` [from the AUR](https://aur.archlinux.org/packages/bottom-git):
```bash
# Using paru
sudo paru -S bottom-git
# Using yay
sudo yay -S bottom-git
```
### Debian / Ubuntu