Skip to content

Commit 402001c

Browse files
authored
Fix installation instructions
1 parent bcd642c commit 402001c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ requested with a request UDP packet.
55

66
# Installing
77

8+
Make sure **go-bindata** is installed, otherwise go generate will fail.
9+
810
```
9-
go get github.com/sharkrf/spk-srv
11+
go get -d github.com/sharkrf/spk-srv
1012
go generate github.com/sharkrf/spk-srv
1113
go install github.com/sharkrf/spk-srv
1214
```

0 commit comments

Comments
 (0)