Skip to content

Commit 0ab0868

Browse files
committed
add readme
1 parent d4defd6 commit 0ab0868

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Gituser
2+
3+
Gituser is a CLI to easily manage/switch git users.
4+
5+
## Install
6+
7+
### Using go
8+
9+
run following command to download latest gituser cli using `go`
10+
11+
```sh
12+
go install github.com/nirav24/gituser@latest
13+
```
14+
15+
### using github assests
16+
17+
Download approparite assest file from latest release, unzip the file and put binary into appropriate path (e.g. `/usr/local/bin`)

0 commit comments

Comments
 (0)