Skip to content
Snippets Groups Projects
Commit 62bf2336 authored by Christian Franke's avatar Christian Franke Committed by Dan Bond
Browse files

Update CONTRIBUTING.md (#277)

Commit e245ef48 switched dependency management from dep to go module.

This should be reflected in `CONTRIBUTING.md`.
parent 1afaf466
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
To develop on this project, please fork the repo and clone into your `$GOPATH`. To develop on this project, please fork the repo and clone into your `$GOPATH`.
Dependencies are **not** checked in so please download those separately. Dependencies are **not** checked in so please download those separately.
Download the dependencies using [`dep`](https://github.com/golang/dep). Download the dependencies using `go mod download`.
```bash ```bash
cd $GOPATH/src/github.com # Create this directory if it doesn't exist 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 git clone git@github.com:<YOUR_FORK>/oauth2_proxy pusher/oauth2_proxy
cd pusher/oauth2_proxy cd pusher/oauth2_proxy
./configure # Setup your environment variables ./configure # Setup your environment variables
make dep go mod download
``` ```
## Pull Requests and Issues ## Pull Requests and Issues
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment