summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c1a4bbe..6e32dbcd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,8 @@ tokio = "0.2.0-alpha.4"
winapi = "0.3.8"
[dependencies.tui]
+git = "https://github.com/ClementTsang/tui-rs"
+# path = "../tui-rs"
version = "0.7"
default-features = false
features = ['crossterm']
diff --git a/README.md b/README.md
index d4f1f0f9..4d709ba6 100644
--- a/README.md
+++ b/README.md
@@ -5,17 +5,16 @@
A top clone, written in Rust. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop)
![Quick demo recording](assets/recording_1.gif)
-_Note that the background you see is not part of the app, that's just because I use a slightly transparent terminal._
## Installation
### Linux
-You can install by cloning and using `cargo build --release`, or download the pre-compiled binary in Releases. Note this needs the nightly toolchain if you are building.
+You can install by cloning and using `cargo build --release`, or download the pre-compiled binary in Releases.
### Windows
-You can currently install by cloning and building yourself. Note this needs the nightly toolchain if you are building.
+You can currently install by cloning and building yourself. You may need to install a font like [FreeMono](https://fonts2u.com/free-monospaced.font) for font support to work properly, unfortunately.
### MacOS