Skip to content

Commit

Permalink
Update installation command for mingrammer/round to use 'go install' …
Browse files Browse the repository at this point in the history
…with the latest version instead of 'go get'. (#1057)
  • Loading branch information
nobiit authored Nov 17, 2024
1 parent c2c24c6 commit 94e2fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ To be able to develop and run diagrams locally on you Mac device, you should hav

```shell
brew install imagemagick inkscape black
go get github.com/mingrammer/round
go install github.com/mingrammer/round@latest
# ln -sf ~/go/bin/round ~/.local/bin/round
```

5. Run unit tests to confirm that it's working.
Expand Down

0 comments on commit 94e2fb1

Please sign in to comment.