docs: update installation instructions
This commit is contained in:
parent
e2b545ae39
commit
050e1171b3
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -33,14 +33,24 @@ See `.cargo/config.toml` for how they are configured.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can install `git-next` using Cargo:
|
You can install `git-next` from <https://crates.io/>:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cargo install git-next
|
||||||
|
```
|
||||||
|
|
||||||
|
If you use [mise](https://mise.jdx.dev):
|
||||||
|
|
||||||
|
```shell
|
||||||
|
mise use -g cargo:git-next
|
||||||
|
```
|
||||||
|
|
||||||
|
Or you can install `git-next` from source after cloning:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cargo install --path crates/cli
|
cargo install --path crates/cli
|
||||||
```
|
```
|
||||||
|
|
||||||
Not yet available to install from `crates.io`.
|
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [x] cli
|
- [x] cli
|
||||||
|
|
Loading…
Reference in a new issue