Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 098c1e5

Browse files
author
Robert Marshall
committed
Update Documentation for installing codegen tool
- Documentation for installing codegen points to a non-existent repository. Updated docs to install from the source code added to the main repository in commit hash 14e2679 and use the included make files. Signed-off-by: Robert Marshall <[email protected]>
1 parent 3f46646 commit 098c1e5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

development.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Before start working on the AWS Service Operator please read the
44
link:contributing.adoc[Contributing Guidelines].
55

6-
Make sure you first have all the dependencies installed.
6+
Make sure you first have all the dependencies installed. The source checkout
7+
should be under your $GOPATH/src directory.
78

89
[source,shell]
910
----
@@ -18,7 +19,10 @@ running.
1819

1920
[source,shell]
2021
----
21-
go get -u github.com/christopherhein/aws-operator-codegen
22+
cd code-generation
23+
make install-bindata
24+
cd ..
25+
make install-aws-codegen
2226
----
2327

2428
After you have this installed you can run the following from the root of the

0 commit comments

Comments
 (0)