From 94e2fb13c39ff9900e86be60de81f61f6aafd5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BB=A9c=20Chi=E1=BA=BFn?= Date: Sun, 17 Nov 2024 08:12:40 +0700 Subject: [PATCH] Update installation command for mingrammer/round to use 'go install' with the latest version instead of 'go get'. (#1057) --- DEVELOPMENT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 575806a..93d1e34 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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.