Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Sep 8, 2018
1 parent a398197 commit e035d06
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ brew install cmdshelf
```

## Build from source
Note that rust is required.
With Rust's package manager [cargo](https://github.com/rust-lang/cargo), you can install cmdshelf via:

```bash
git clone git@github.com:toshi0383/cmdshelf.git
cd cmdshelf
cargo build --release
cp target/release/cmdshelf /usr/local/bin
cargo install cmdshelf
```

Note that rust is required.

### Install auto bash-completion
Put this in your `~/.bashrc`,
```shell
Expand Down

0 comments on commit e035d06

Please sign in to comment.