Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 80132a9

Browse filesBrowse files
committed
Fix carton install commands in README.md
Meant to use `bin/metacpan-docker`.
1 parent dca6743 commit 80132a9
Copy full SHA for 80132a9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ clean [Perl][10] containers, it is possible to maintain a clean set of
234234
Carton dependencies independent of your host machine's perl. Just
235235
update the `cpanfile` of the project, and run
236236

237-
bin/metacpan run --rm web carton install
237+
bin/metacpan-docker run --rm web carton install
238238
# or
239-
bin/metacpan run --rm api carton install
239+
bin/metacpan-docker run --rm api carton install
240240

241241
Due to the way the Compose services are configured, these commands will
242242
update the corresponding `cpanfile.snapshot` safely, even if you do _or_

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.