File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
15171 . Grab the [ latest release] ( https://github.com/timabell/gitopolis/releases/latest ) ,
16182 . unzip it
17193 . put the binary somewhere in your ` PATH ` .
1820
1921I 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
2337gitopolis has a fully documented command system, so use ` -h ` to get help for each command:
You can’t perform that action at this time.
0 commit comments