diff --git a/README.md b/README.md index 63018f9..3e81b62 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ Supports uploading to packagecloud! This makes providing your packages to Linux +To make this work, go to packagecloud.io and copy your API key. Head to terminal and run: + +```shell +travis encrypt PACKAGECLOUD-API-KEY +``` + +That prints out a really long `secure` line. +Copy and paste that into [.travis.yml](.travis.yml) twice, once for each package type (`rpm` and `deb`). + Next --- 1. Add your Go code, or start hacking on hello-world; it contains quite a bit of boilerplate to get you started.