Quellcode durchsuchen

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 vor 4 Tagen
committed by GitHub
Ursprung
Commit
94e2fb13c3
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: B5690EEEBB952194
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      DEVELOPMENT.md

+ 2
- 1
DEVELOPMENT.md Datei anzeigen

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


Laden…
Abbrechen
Speichern