浏览代码

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.


正在加载...
取消
保存