Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
add directions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Apr 15, 2021
1 parent cdf24c7 commit 0610791
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ Supports uploading to packagecloud! This makes providing your packages to Linux

<a href="https://packagecloud.io"><img src="https://packagecloud.io/images/packagecloud-badge.png" /></a>

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.
Expand Down

0 comments on commit 0610791

Please sign in to comment.