Fix build instructions

This commit is contained in:
2021-01-31 09:56:09 +10:30
parent c2b9bf410d
commit 55bb5a8bae
2 changed files with 4 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ other parameters, then you can simply double click `dau.bat` to start `dau` runn
#### From source
You'll need to [download Go](https://golang.org/dl/) check the code out somewhere, and 'go build'.
You'll need to [download Go](https://golang.org/dl/) check the code out somewhere, run 'go generate' and then 'go build'.
## Using it