@cryptotaxi247 / kubo / commits / 7e769f4f8

add go mod tidy to readme directions

Jessica Schilling committed May 5, 2020 at 12:00 UTC 7e769f4f812f57f783ca9a695e6d62605c30f714
1 file changed +2 -1
assets/README.md
+2 -1
@@ -39,12 +39,13 @@ dir-index-html.
39 > git commit -m 'chore: update dir-index-html to vX.Y.Z'
40 ```
41
42 -Finally, re-generate the directory index HTML template and amend the previous
42 +Finally, re-generate the directory index HTML template, tidy, and amend the previous
43 commit.
44
45 ```bash
46 > go generate .
47 > git add bindata.go
48 +> go mod tidy
49 > git commit --amend --no-edit
50
51 ```