Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Jan 23, 2020
1 parent 1b7d3d6 commit 0d370fa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- Add preliminary macOS support

## [0.2.0] - 2020-01-20

### Added
Expand Down
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

## Missing features

- Only works on Linux
- macOS is missing temperatures, disks, and process commandline
- Process filtering isn't implemented
- Mouse usage isn't implemented
- `rate` and `interfaces` cli args aren't implemented

## Installation

Currently only working on Linux with support planned for all major platforms.
Currently working on Linux and macOS with support planned for all major platforms.

### Prebuilt binaries:
### Prebuilt binaries

Run the following to run [this](https://github.com/japaric/trust/blob/gh-pages/install.sh) script to download the correct binary for your system from the releases tab into `~/.cargo/bin`, courtesy of [japaric/trust](https://github.com/japaric/trust):

Expand All @@ -34,7 +34,18 @@ bash <(curl -LSfs https://japaric.github.io/trust/install.sh) \

Specify `--to` to change the download location.

### From source:
### Arch Linux

Install `ytop`, `ytop-bin`, or `ytop-git` from the AUR.

### Homebrew

```bash
brew tap cjbassi/ytop
brew install ytop
```

### From source

Latest release:

Expand All @@ -48,10 +59,6 @@ Latest commit:
cargo install -f --git https://github.com/cjbassi/ytop
```

### Arch Linux

Install `ytop`, `ytop-bin`, or `ytop-git` from the AUR.

## Usage

### Keybinds
Expand Down

0 comments on commit 0d370fa

Please sign in to comment.