File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " git-break-commits"
33authors = [
" Vinnam Kim <[email protected] >" ]
4- version = " 0.1.0 "
4+ version = " 0.1.1 "
55homepage = " https://github.com/vinnamkim/git-break-commits"
66repository = " https://github.com/vinnamkim/git-break-commits"
77edition = " 2021"
Original file line number Diff line number Diff 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
1212Since ` 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
You can’t perform that action at this time.
0 commit comments