Skip to content

Commit 8834c93

Browse files
committed
Remove -u
1 parent d167321 commit 8834c93

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
@@ -46,7 +46,7 @@ functions that describe the edges of a graph.
4646
Once you have [installed Go][golang-install], run this command
4747
to install the `graph` package:
4848

49-
go get -u github.com/yourbasic/graph
49+
go get github.com/yourbasic/graph
5050

5151
### Documentation
5252

0 commit comments

Comments
 (0)