Skip to content

Commit

Permalink
added note about GitHub font
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiKE committed Feb 14, 2019
1 parent 9d46376 commit 957ec82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ uniload displays the load per CPU core of your system. It reads `/proc/stat`,
calculates the share of time each core was busy doing something (including
iowait), and prints a unicode block character for each core.

(**NB:** the font on GitHub seems to be suboptimal. Using the Terminus font, the bottoms of the blocks are perfectly aligned.)

```bash
$ uniload
▃▄▅▃%
Expand All @@ -21,7 +23,7 @@ $ uniload 500

```

# how to build uniload
# How to build uniload

It's Rust, so get Rust via either https://rustup.rs/ or your distribution's package manager.
Then, use `cargo build --release`, and find the uniload binary in `./target/release/`.
Expand Down

0 comments on commit 957ec82

Please sign in to comment.