Skip to content

Commit

Permalink
Add missing command to install all cpanm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed May 16, 2018
1 parent 0fcf725 commit 31429f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ project.

$ docker build -t webservice-pokemon .
$ docker run -it -v $(pwd):/root webservice-pokemon bash
# cpanm --installdeps --notest .

## Milla

Expand Down
1 change: 1 addition & 0 deletions lib/WebService/Pokemon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ project.
$ docker build -t webservice-pokemon .
$ docker run -it -v $(pwd):/root webservice-pokemon bash
# cpanm --installdeps --notest .
=head2 Milla
Expand Down

0 comments on commit 31429f7

Please sign in to comment.