diff --git a/.gitignore b/.gitignore index c1e9f93..9242c9b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ dist release discord-auto-upload discord-auto-upload.exe -asset +assets +*.png +*.jpg diff --git a/README.md b/README.md index 938ba73..0d99489 100644 --- a/README.md +++ b/README.md @@ -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