From f9bd7a6f2136f227557a6a50da7c50e19b31e9b8 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 2 Feb 2020 23:35:50 -0500 Subject: [PATCH] [skip travis] Update README for some more info --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1d69f85..50149e91 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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 | +| OS | CPU | Memory | Disks | Temperature | Processes | Networks | | -------------------------------- | --- | ------ | ----- | ----------- | --------- | --------------------- | | Linux (tested on Arch Linux) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Windows (tested on Windows 10) | ✓ | ✓ | ✓ | ✗ | ✓ | Total RX/TX not shown | @@ -42,13 +42,17 @@ Other installation methods based on distros are as follows: You can get the release versions from the AUR by installing `bottom`. +#### Ubuntu + +TBD + ### 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 in the future. ### 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, barring minor issues with the `Ctrl`-arrow key bindings (use `Shift` instead). I plan to add a Homebrew install option in the future. ## Usage