Skip to content

Commit 91e1c2f

Browse files
committed
Update installation guide
Signed-off-by: Vinnam Kim <[email protected]>
1 parent 470db33 commit 91e1c2f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-break-commits"
33
authors = ["Vinnam Kim <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55
homepage = "https://github.com/vinnamkim/git-break-commits"
66
repository = "https://github.com/vinnamkim/git-break-commits"
77
edition = "2021"

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please refer to the following video to see how it works!
77

88
## Installation
99

10-
### 1. Installing from the source
10+
### 1. Installing from [crates.io](https://crates.io/crates/git-break-commits):
1111

1212
Since `git-break-commits` is built with [Rust](https://www.rust-lang.org), you need to install Rust first if it is not already on your system.
1313

@@ -19,7 +19,14 @@ $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1919
$ export PATH="$HOME/.cargo/bin:$PATH"
2020
```
2121

22-
Then, clone this repository and install `git-break-commits`.
22+
Then, please use `cargo install` command such as
23+
24+
```console
25+
cargo install git-break-commits
26+
```
27+
28+
### 2. Installing from the source
29+
Clone this repository and install `git-break-commits`.
2330

2431
```console
2532
# Clone this repository

0 commit comments

Comments
 (0)