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

Commit e6a6bc9

Browse files
author
Christopher Hein
authored
Merge pull request #136 from kellinm/update-developer-docs
Update Documentation for installing codegen tool
2 parents 85af64a + 098c1e5 commit e6a6bc9

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)