Skip to content

Commit

Permalink
Add instructions to build go_modules helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz authored Oct 22, 2019
1 parent 5c3e103 commit 65dda91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ To install the helpers for each language:
2. `cd composer/helpers && composer install --no-dev && cd -`
3. `cd python/helpers && pyenv exec pip install -r requirements.txt && cd -`
4. `cd hex/helpers && mix deps.get && cd -`
5. `cd terraform && helpers/build helpers/install-dir/terraform && cd -`
5. `cd terraform && helpers/build "$(pwd)/helpers/install-dir/terraform" && cd -`
6. `cd go_modules && helpers/build "$(pwd)/helpers/install-dir/go_modules" && cd -`

## Local development

Expand Down

0 comments on commit 65dda91

Please sign in to comment.