Update installation command for mingrammer/round to use 'go install' with the latest version instead of 'go get'. (#1057)

pull/1039/head
Nguyễn Đức Chiến 10 months ago committed by tessier
parent ab50bff455
commit 2f9bb114ab

@ -59,7 +59,8 @@ To be able to develop and run diagrams locally on you Mac device, you should hav
```shell ```shell
brew install imagemagick inkscape black 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. 5. Run unit tests to confirm that it's working.

Loading…
Cancel
Save