You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: