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

Commit

Permalink
Merge pull request #136 from kellinm/update-developer-docs
Browse files Browse the repository at this point in the history
Update Documentation for installing codegen tool
  • Loading branch information
Christopher Hein authored Nov 28, 2018
2 parents 85af64a + 098c1e5 commit e6a6bc9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Before start working on the AWS Service Operator please read the
link:contributing.adoc[Contributing Guidelines].

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

[source,shell]
----
Expand All @@ -18,7 +19,10 @@ running.

[source,shell]
----
go get -u github.com/christopherhein/aws-operator-codegen
cd code-generation
make install-bindata
cd ..
make install-aws-codegen
----

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

0 comments on commit e6a6bc9

Please sign in to comment.