Skip to content

Commit 28d02b4

Browse files
author
Javier Feliu
authored
Merge pull request #126 from Heidelberger/master
Updated install instructions to "go install" per issue 119
2 parents c441925 + 261bf5e commit 28d02b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ golang 1.10 or above
2020

2121
```
2222
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 ./...
23+
go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest
2624
```
2725

2826
This will install the command goplantuml in your GOPATH bin folder.

0 commit comments

Comments
 (0)