Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build instructions in README out of date - Missing godeps? #45

Open
nicobrevin opened this issue Oct 24, 2017 · 1 comment
Open

build instructions in README out of date - Missing godeps? #45

nicobrevin opened this issue Oct 24, 2017 · 1 comment

Comments

@nicobrevin
Copy link

Hi there.

It looks like the README's build instructions are out of date. The instructions to use godep are now redundant as of ac5bea8.

I'm a complete go noob, but I managed to get the project to build once I moved my git clone to $HOME/go/src/twistlock-authz - only then did it pick up the vendor directory. Is this something that all golangers know?

@nicobrevin
Copy link
Author

Feel free to accept this patch :)

diff --git a/README.md b/README.md
index 877a2f1..ac1ee2a 100755
--- a/README.md
+++ b/README.md
@@ -57,12 +57,7 @@ Below are some examples for basic policy scenarios:
 ## Setting up local dev environment
 
   * Install [go 1.8](https://golang.org/dl/) and [docker](https://docs.docker.com/linux/step_one/).
-  * Install [godep](https://github.com/tools/godep).
-  * Clone the project.
-  * Restore go dependencies:
-```go
-  $ godep restore
-```
+  * Clone the project in to $HOME/go/src.
   * Build the binary and image:
 ```go
   $ make all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant