Skip to content

Commit 5319e37

Browse files
committed
Using go install instead.
1 parent cd6fec8 commit 5319e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ eval `path-helper`
3131

3232
## Install
3333

34-
To install `path-helper` you can simply `go get`, for instance:
34+
To install `path-helper` you can simply `go install`, as per:
3535

3636
```bash
37-
go get -u github.com/otaviof/path-helper/cmd/path-helper
37+
go install github.com/otaviof/path-helper/cmd/path-helper@latest
3838
```
3939

40-
Alternatively, you can:
40+
Alternatively, you can run the following target in the project folder:
4141

4242
```bash
4343
make install

0 commit comments

Comments
 (0)