Fix build instructions

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

4
.gitignore vendored
View File

@ -2,4 +2,6 @@ dist
release release
discord-auto-upload discord-auto-upload
discord-auto-upload.exe discord-auto-upload.exe
asset assets
*.png
*.jpg

View File

@ -25,7 +25,7 @@ other parameters, then you can simply double click `dau.bat` to start `dau` runn
#### From source #### 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 ## Using it