Skip to content

Commit

Permalink
Merge pull request jfeliu007#126 from Heidelberger/master
Browse files Browse the repository at this point in the history
Updated install instructions to "go install" per issue 119
  • Loading branch information
Javier Feliu authored Apr 4, 2022
2 parents c441925 + 261bf5e commit 28d02b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ golang 1.10 or above

```
go get github.com/jfeliu007/goplantuml/parser
go get github.com/jfeliu007/goplantuml/cmd/goplantuml
cd $GOPATH/src/github.com/jfeliu007/goplantuml
go install ./...
go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest
```

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

0 comments on commit 28d02b4

Please sign in to comment.