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

Drop configure script in favour of native Makefile env and checks (#515)

Co-authored-by: Henry Jenkins <henry@henryjenkins.name>
This commit is contained in:
Joel Speed
2020-05-09 16:07:46 +01:00
committed by GitHub
parent 9ed5a43516
commit 07df29db37
8 changed files with 28 additions and 147 deletions

View File

@ -9,7 +9,6 @@ Download the dependencies using `go mod download`.
cd $GOPATH/src/github.com # Create this directory if it doesn't exist
git clone git@github.com:<YOUR_FORK>/oauth2-proxy oauth2-proxy/oauth2-proxy
cd oauth2-proxy/oauth2-proxy
./configure # Setup your environment variables
go mod download
```