diff --git a/package.json b/package.json index 7c105cc..76efe53 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "git-recent", - "version": "1.1.1", - "description": "List recent git branches, formatted so fancy", + "version": "2.0", + "description": "List recent git branches, select one for checkout. See branch commits and diffs, all formatted so fancy", "bin": { - "git-recent": "git-recent" + "git-recent": "git-recent", + "git-recent-og": "git-recent-og" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/readme.md b/readme.md index 91e4f91..bc38a61 100644 --- a/readme.md +++ b/readme.md @@ -53,8 +53,8 @@ If you're a Windows user, you need to use [Git Bash](https://git-scm.com/downloa ### Installation -You can add the `git-recent` location to your path (e.g. add the directory to your `PATH` environment -or copy `git-recent` into an existing included path like `/usr/local/bin` or `~/bin/`). +You can download/clone and add the `git-recent` directory to your path (e.g. add the directory to your `PATH` environment +or copy `git-recent-og` script into an existing included path like `/usr/local/bin` or `~/bin/`). You can use also `npm` to install the global binary: