Skip to content

Commit 7498bd4

Browse files
committed
Doc.
1 parent de89c3a commit 7498bd4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Command-line application to generate `$PATH` based in a `paths.d` (`/etc/paths.d
2020
## Install
2121

2222
```bash
23-
go get -u github.com/otaviof/path-helper
23+
go get -u github.com/otaviof/path-helper/cmd/path-helper
2424
```
2525

2626
```bash
@@ -43,4 +43,10 @@ Skipping non-existing directory:
4343

4444
```bash
4545
path-helper -d
46+
```
47+
48+
### Shell Configuration Example
49+
50+
```bash
51+
[ -x $GOPATH/bin/path-helper ] && eval `path-helper`
4652
```

0 commit comments

Comments
 (0)