From 408c8b66f6e3165dda9910200faccba10a565ec1 Mon Sep 17 00:00:00 2001 From: Daniele Esposti Date: Tue, 31 Jan 2017 18:30:59 +0000 Subject: [PATCH] Updated README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1f9b818..67a6cdd 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ ## Purpose `git-recall` is a simple tool that allows you to easily go through your commits and -check what you or other contributors in your team did. It doesn't aim to be a replacement for the +check what you or other contributors in your team did. It doesn't aim to be a replacement for the `git log` command, but just to be a convenient way to recall what you've done from your terminal. ## Usage ```sh -$ git recall [-a ] - [-d ] +$ git recall [-a ] + [-d ] [-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.