1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

Introduce Makefile

This commit is contained in:
Joel Speed
2019-01-04 10:58:30 +00:00
parent 9096c70e96
commit 372ecd0cf8
11 changed files with 209 additions and 26 deletions

View File

@ -8,7 +8,7 @@ Download the dependencies using [`dep`](https://github.com/golang/dep).
```bash
cd $GOPATH/src/github.com # Create this directory if it doesn't exist
git clone git@github.com:<YOUR_FORK>/oauth2_proxy pusher/oauth2_proxy
dep ensure # Installs dependencies to vendor folder.
make dep
```
## Pull Requests and Issues