Przeglądaj źródła

fix go get command

shenwei356 9 lat temu
rodzic
commit
a1411f21c9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ Each QR Code contains error recovery information to aid reading damaged or obscu
 
 ## Install
 
-    go get -u github.com/skip2/go-qrcode
+    go get -u github.com/skip2/go-qrcode/...
 
 A command-line tool `qrcode` will be built into `$GOPATH/bin/`.