mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
[skip travis] update README
This commit is contained in:
parent
24f0bbc852
commit
63bb79cb98
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -24,11 +24,11 @@ Features of bottom include:
|
|||
|
||||
The compatibility of each widget and operating systems are, as of version 0.1.0, as follows:
|
||||
|
||||
| OS/Widget | CPU | Memory | Disks | Temperature | Processes | Networks |
|
||||
| ------------------------------ | -------- | -------- | -------- | --------------------- | --------- | --------------------------------------------- |
|
||||
| Linux (tested on Arch Linux) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Windows (tested on Windows 10) | ✓ | ✓ | ✓ | Currently not working | ✓ | Partially supported (total RX/TX unavailable) |
|
||||
| macOS (tested on macOS Catalina) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ (`dd` not working) |✓
|
||||
| OS/Widget | CPU | Memory | Disks | Temperature | Processes | Networks |
|
||||
| -------------------------------- | --- | ------ | ----- | ----------- | --------- | --------------------- |
|
||||
| Linux (tested on Arch Linux) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Windows (tested on Windows 10) | ✓ | ✓ | ✓ | ✗ | ✓ | Total RX/TX not shown |
|
||||
| macOS (tested on macOS Catalina) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -44,11 +44,11 @@ You can get the release versions from the AUR by installing `bottom`.
|
|||
|
||||
### Windows
|
||||
|
||||
You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) and use a terminal like cmder for font support to work properly, unfortunately. I plan to add a Chocolatey install option.
|
||||
You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) and use a terminal like cmder for font support to work properly, unfortunately. I plan to add a Chocolatey install option.
|
||||
|
||||
### macOS
|
||||
|
||||
macOS seems to work fine for the most part. I plan to add a Homebrew install option.
|
||||
macOS seems to work fine for the most part. I plan to add a Homebrew install option.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue