Skip to content

Commit 805c59d

Browse files
committed
don't use -u in install instructions
1 parent eb9d7d7 commit 805c59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cases.
99
## Install
1010

1111
```sh
12-
go get -u honnef.co/go/netstat-nat
12+
go get honnef.co/go/netstat-nat
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)