1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-04-27 13:48:54 +08:00

Update build steps

This commit is contained in:
Caleb Bassi 2018-05-10 21:57:10 -07:00
parent 7bb67a4400
commit e31c82639f

View File

@ -1,8 +1,8 @@
make sure gotop builds and runs make sure gotop builds and runs
update version number in 'main.go' and 'download.sh' update version number in 'main.go' and 'scripts/download.sh'
commit changes commit changes
tag commit tag commit with latest version number
export GitHub token export GitHub token in shell
run `sudo dockerd` run `sudo dockerd`
run `goreleaser` run `goreleaser`
run `rm -r dist` run `rm -r dist`