We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca6743 commit 80132a9Copy full SHA for 80132a9
README.md
@@ -234,9 +234,9 @@ clean [Perl][10] containers, it is possible to maintain a clean set of
234
Carton dependencies independent of your host machine's perl. Just
235
update the `cpanfile` of the project, and run
236
237
- bin/metacpan run --rm web carton install
+ bin/metacpan-docker run --rm web carton install
238
# or
239
- bin/metacpan run --rm api carton install
+ bin/metacpan-docker run --rm api carton install
240
241
Due to the way the Compose services are configured, these commands will
242
update the corresponding `cpanfile.snapshot` safely, even if you do _or_
0 commit comments