Browse Source
so they can be reused accross the site add them to the top of quick start guide as a prereqmaster
4 changed files with 39 additions and 51 deletions
@ -0,0 +1,25 @@ |
|||||||
|
<div class="prose"> |
||||||
|
<p> |
||||||
|
download binaries and add them to a directory from which they can be run |
||||||
|
globally: |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
<a |
||||||
|
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v1.3.1/ngit-x86_64-unknown-linux-gnu.tar.gz" |
||||||
|
class="btn btn-neutral">Linux</a |
||||||
|
> |
||||||
|
<a |
||||||
|
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v1.3.1/ngit-x86_64-apple-darwin.tar.gz" |
||||||
|
class="btn btn-neutral">Mac</a |
||||||
|
> |
||||||
|
<a |
||||||
|
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v1.3.1/ngit-x86_64-pc-windows-msvc.zip" |
||||||
|
class="btn btn-neutral">Windows</a |
||||||
|
> |
||||||
|
v1.3.1 |
||||||
|
</p> |
||||||
|
<p> |
||||||
|
alternatively, if you have cargo installed run<code>cargo install ngit</code |
||||||
|
> |
||||||
|
</p> |
||||||
|
</div> |
||||||
Loading…
Reference in new issue