Skip to content

Commit

Permalink
Update installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 4, 2021
1 parent 4b2ba3e commit 270e9cb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,27 @@ This is written in Rust! (Or any compile-to-native language).

## Install

If you are a Mac user, install it with Homebrew:
### Homebrew

```bash
brew install egoist/tap/dum
```

If you are a Rust user:
### Shell

```bash
curl -sSL https://bina.egoist.sh/egoist/dum | sh
```

### Cargo

```bash
cargo install dum
```

Or [download a release](https://github.com/egoist/dum/releases) and move it to `/usr/local/bin` manually.
### GitHub Releases

PR welcome for adding a shell script so you can install `dum` with a single `curl` command.
[Download a release manually](https://github.com/egoist/dum/releases) and move it to `/usr/local/bin` manually.

## Usage

Expand Down

0 comments on commit 270e9cb

Please sign in to comment.