Bladeren bron

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

pull/1057/head
Nobi 1 week geleden
bovenliggende
commit
0e5eba83c1
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: 6BEC04F94F08661F
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. +2
    -1
      DEVELOPMENT.md

+ 2
- 1
DEVELOPMENT.md Bestand weergeven

@@ -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…
Annuleren
Opslaan