Skip to content

Commit 7dfa58f

Browse files
author
Bubunyo Nyavor
committed
update readme
1 parent 69b95f4 commit 7dfa58f

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# git-recent-select
22

3-
Type `git recent` to see your latest local git branches, use you arrow keys to select a branch, hit enter to switch branches
3+
Type `rbs` to see your latest local git branches, use you arrow keys to select a branch, hit enter to switch branches
44

55
## Prerequisites
66

@@ -9,27 +9,18 @@ You must have `git` installed
99

1010
## Usage
1111

12-
git recent
12+
Use the command `rbs` in any git enabled folder
1313

1414

1515
### Installation
1616

17-
You can add the `git-recent` location to your path (e.g. add the directory to your `PATH` environment
18-
or copy `git-recent` into an existing included path like `/usr/local/bin` or `~/bin/`).
19-
20-
On Mac, you can install with homebrew:
21-
22-
brew install git-recent-select
17+
Installing for both mac and linux
2318

19+
```
20+
curl -sL https://raw.githubusercontent.com/bubunyo/git-recent-select/master/install.sh | bash
21+
```
2422

2523
## License
2624

2725
Copyright Bubunyo Nyavor. Licensed under MIT.
2826

29-
30-
## Changelog
31-
32-
- **2022-08-01** - Released in standalone repo and published to homebrew
33-
34-
####
35-
curl -sL https://raw.githubusercontent.com/bubunyo/git-recent-select/master/install.sh | bash

0 commit comments

Comments
 (0)