mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
Merge pull request #1 from vladikoff/patch-1
fix install instructions and readme
This commit is contained in:
commit
93e7e4f195
|
|
@ -1,4 +1,4 @@
|
|||
# git-open
|
||||
# git-recent
|
||||
|
||||
Type `git recent` to see your latest local git branches
|
||||
|
||||
|
|
@ -13,11 +13,11 @@ Type `git recent` to see your latest local git branches
|
|||
### Installation
|
||||
|
||||
You can add the `git-recent` location o your path (e.g. add the directory to your `PATH` environment
|
||||
or copy `git-open` into an existing included path like `/usr/local/bin` or `~/bin/`).
|
||||
or copy `git-recent` into an existing included path like `/usr/local/bin` or `~/bin/`).
|
||||
|
||||
You can use also `npm` to install the global binary:
|
||||
|
||||
npm install --global git-open
|
||||
npm install --global git-recent
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue