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

Commit

Permalink
golang/dep is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lokulin committed Aug 17, 2022
1 parent c1ee87c commit ab99b11
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,27 +229,6 @@ that:
go get -u github.com/redbubble/yak
```

### Installing dependencies

You'll need the [dep](https://github.com/golang/dep) tool (if you're
on macOS, `brew install dep`. Linux is a bit tricker; see the [dep
README](https://github.com/golang/dep#installation) for details).

Then run (inside your `$GOPATH/src/github.com/redbubble/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
```

### Running locally

The `make install` target will compile the application and 'install' it into your `$GOPATH`.
Expand Down

0 comments on commit ab99b11

Please sign in to comment.