Ver a proveniência

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

979-is-there-a-node-for-kubernetes-itself
Nguyễn Đức Chiến há 1 semana
committed by tessier
ascendente
cometimento
2f9bb114ab
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      DEVELOPMENT.md

+ 2
- 1
DEVELOPMENT.md Ver ficheiro

@@ -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.


Carregando…
Cancelar
Guardar