Skip to content

Commit ecb6d40

Browse files
committed
Add crates.io install to readme
1 parent 9c48c1c commit ecb6d40

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,26 @@ To get an idea what a real use might look like take a look at this blog post: ["
1212

1313
## Installation
1414

15+
### Download binary release from github
16+
1517
1. Grab the [latest release](https://github.com/timabell/gitopolis/releases/latest),
1618
2. unzip it
1719
3. put the binary somewhere in your `PATH`.
1820

1921
I suggest adding a shorter shell alias to save typing. Perhaps `gm` for git many or `gop`.
2022

23+
### From crates.io
24+
25+
If you're a rust user, you can install from crates.io:
26+
27+
<https://crates.io/crates/gitopolis>
28+
29+
```sh
30+
cargo install gitopolis
31+
```
32+
33+
This will download the latest release crates.io, build and install it to `~/.cargo/bin/`.
34+
2135
## Built in help
2236

2337
gitopolis has a fully documented command system, so use `-h` to get help for each command:

0 commit comments

Comments
 (0)