瀏覽代碼

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

pull/1060/head
Nguyễn Đức Chiến 4 天之前
committed by GitHub
父節點
當前提交
94e2fb13c3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      DEVELOPMENT.md

+ 2
- 1
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.


Loading…
取消
儲存