1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

add go mod tidy to readme directions

This commit is contained in:
Jessica Schilling
2020-05-05 12:00:54 -06:00
parent ef4ef3445d
commit 7e769f4f81

View File

@ -39,12 +39,13 @@ dir-index-html.
> git commit -m 'chore: update dir-index-html to vX.Y.Z'
```
Finally, re-generate the directory index HTML template and amend the previous
Finally, re-generate the directory index HTML template, tidy, and amend the previous
commit.
```bash
> go generate .
> git add bindata.go
> go mod tidy
> git commit --amend --no-edit
```