summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-03-09 16:35:05 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-03-09 16:35:05 -0800
commit153eafff18f7c060a1325cf7f404713f22ee907c (patch)
tree980705d6ecb0adc3b541e85d69e66dafc641847e
parent75220b3db8e4ed759eec75b75aada8fa63f49283 (diff)
Updated build.sh1.2.1
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index dd16f51..f386aad 100755
--- a/build.sh
+++ b/build.sh
@@ -4,8 +4,8 @@
# 1. update version number in `gotop.go` and `install.sh`
# 2. run this script
# 3. publish binaries on GitHub
-# 4. delete `builds` folder
-# 5. push changes to GitHub
+# 4. push changes to GitHub
+# 5. update AUR package
# more info at https://www.digitalocean.com/community/tutorials/how-to-build-go-executables-for-multiple-platforms-on-ubuntu-16-04