The command bellow will make the binary and install it at: /usr/local/bin.
After the instalation you can test it by running: /usr/local/bin/s3upload --version
make
make install
Developing
The command bellow will install the depencies needed to run the project
make development
Installing
curl -sSL https://github.com/mangar/go-commands/archive/master.zip -o go-commands-master.zip; unzip go-commands-master.zip; cd go-commands-master/src/s3upload; make; make install