[skip travis] more readme changing.

This commit is contained in:
ClementTsang 2020-02-22 23:49:45 -05:00
parent d8722bb5e5
commit b3f61b25ae
1 changed files with 7 additions and 5 deletions

View File

@ -36,7 +36,9 @@ For information about config files, see [this document](./docs/config.md) for mo
## Installation ## Installation
In all cases you can install the in-development version by cloning and using `cargo build --release`. Note this is built and tested with Rust Stable (1.41.0 as of writing). You can also get release versions using `cargo install bottom`, or manually building from the [Releases](https://github.com/ClementTsang/bottom/releases) page by downloading and building. In all cases you can install the in-development version by cloning from this repo and using `cargo build --release`. This is built and tested with Rust Stable (1.41.0 as of writing).
In addition to the below methods, you can also get release versions using `cargo install bottom`, or manually building from the [Releases](https://github.com/ClementTsang/bottom/releases) page by downloading and building.
I officially support and test 64-bit variants. I will also build and release 32-bit variants for Linux and Windows, but I'm (currently) not testing whether they work. I officially support and test 64-bit variants. I will also build and release 32-bit variants for Linux and Windows, but I'm (currently) not testing whether they work.
@ -54,7 +56,7 @@ yay bottom
#### Debian (and anything based on it, like Ubuntu) #### Debian (and anything based on it, like Ubuntu)
I'll provide a `.deb` file on each [release](https://github.com/ClementTsang/bottom/releases/latest). For example: A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest). For example:
```bash ```bash
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.2.1/bottom_0.2.1_amd64.deb curl -LO https://github.com/ClementTsang/bottom/releases/download/0.2.1/bottom_0.2.1_amd64.deb
@ -74,10 +76,10 @@ choco install bottom
You can get release versions using Homebrew: You can get release versions using Homebrew:
```bash ```bash
brew tap clementtsang/bottom $ brew tap clementtsang/bottom
brew install bottom $ brew install bottom
# Or # Or
brew install clementtsang/bottom/bottom $ brew install clementtsang/bottom/bottom
``` ```
## Usage ## Usage