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

Commit

Permalink
Add back info on deb-s3, gnupg2 and make vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
lokulin committed Aug 18, 2022
1 parent ab99b11 commit a62cf73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ release:

release-deb:
deb-s3 upload --s3-region=ap-southeast-2 --bucket=apt.redbubble.com --sign=${DELIVERY_ENGINEERING_GPG_KEY} bin/yak_${VERSION}_linux_amd64.deb

vendor:
go mod vendor
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,23 @@ yak prod [<command>]

## Development

### Installing dependencies

Run (inside your `yak` directory):
```
make vendor
```

This will install all your dependencies into the `vendor` directory.

If you want to do releases, you'll also want the `deb-s3` package.
You'll also want `gnupg2` to be able to sign releases, but i'll leave
installation of that up to you.

```sh
gem install deb-s3
```

### Go Get

To hack on `yak`, you'll want to get a copy of the source. To do
Expand Down

0 comments on commit a62cf73

Please sign in to comment.