Skip to content

Commit 7d19936

Browse files
committed
Fix #7: Make git-status-tree a gem
gem build git-status-tree.gemspec gem push git-status-tree-1.0.0.gem https://rubygems.org/gems/git-status-tree
1 parent 95e1fbd commit 7d19936

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ of each file is appended to it.
1919

2020
## Install
2121
```
22-
git clone https://github.com/knugie/git-status-tree.git
23-
cd git-status-tree
24-
./bin/install
22+
gem install git-status-tree
2523
```
2624

2725
## Config
@@ -32,15 +30,12 @@ git config --global status-tree.indent <indent>
3230

3331
## Uninstall
3432
```
35-
cd path/to/git-status-tree
36-
./bin/uninstall
33+
gem uninstall git-status-tree
3734
```
3835

3936
## Try it
4037
```
41-
git clone https://github.com/knugie/git-status-tree.git
42-
cd git-status-tree
43-
./bin/install
38+
gem install git-status-tree
4439
echo "change" >> README.md
4540
echo "add untracked" > test/untracked.txt
4641
rm DELETEME.txt

0 commit comments

Comments
 (0)