Skip to content

Commit

Permalink
Updated README with --git flag install (#287)
Browse files Browse the repository at this point in the history
* Updated README with --git flag install

Updated README to include the `--git` flag for a one line install with
cargo

* Updated README to have the correct github link for `--git` install
  • Loading branch information
danielronalds committed May 1, 2023
1 parent cec35db commit a5cae36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Also see [Cargo.toml](Cargo.toml)
```
~$ cargo install --path=. --force
```
#### For single user with cargo

```
~$ cargo install --git https://github.com/kamiyaa/joshuto.git --force
```

#### System wide

Expand Down

0 comments on commit a5cae36

Please sign in to comment.