We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c441925 + 261bf5e commit 28d02b4Copy full SHA for 28d02b4
README.md
@@ -20,9 +20,7 @@ golang 1.10 or above
20
21
```
22
go get github.com/jfeliu007/goplantuml/parser
23
-go get github.com/jfeliu007/goplantuml/cmd/goplantuml
24
-cd $GOPATH/src/github.com/jfeliu007/goplantuml
25
-go install ./...
+go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest
26
27
28
This will install the command goplantuml in your GOPATH bin folder.
0 commit comments