mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
Updated README
This commit is contained in:
parent
250ffce5ec
commit
408c8b66f6
|
|
@ -15,7 +15,7 @@ check what you or other contributors in your team did. It doesn't aim to be a re
|
|||
|
||||
```sh
|
||||
$ git recall [-a <author name>]
|
||||
[-d <days-ago>]
|
||||
[-d <days-ago>]
|
||||
[-f]
|
||||
[-h]
|
||||
```
|
||||
|
|
@ -65,10 +65,9 @@ $ git recall -f
|
|||
|
||||
##### Without using tools
|
||||
|
||||
```
|
||||
You can install it by simply copying the `git-recall` script into any existing path
|
||||
(e.g. /usr/local/bin) or create your own directory and add it to the 'PATH' variable.
|
||||
```
|
||||
(e.g. `/usr/local/bin`) or create your own directory and add it to the `PATH` variable.
|
||||
|
||||
|
||||
##### Using NPM
|
||||
Use `npm` to install the project.
|
||||
|
|
|
|||
Loading…
Reference in a new issue