docs: update installation instructions
All checks were successful
Rust / build (push) Successful in 1m25s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-07-14 20:44:18 +01:00
parent e2b545ae39
commit 050e1171b3

View file

@ -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