From 050e1171b3b047bc5b5dfd22c1e8d8f4f76efaab Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 14 Jul 2024 20:44:18 +0100 Subject: [PATCH] docs: update installation instructions --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4024cf8..7e5be91 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,24 @@ See `.cargo/config.toml` for how they are configured. ## Installation -You can install `git-next` using Cargo: +You can install `git-next` from : + +```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 cargo install --path crates/cli ``` -Not yet available to install from `crates.io`. - ## Roadmap - [x] cli