Skip to content

Commit 10ef206

Browse files
committed
readme: remind myself of how to install cpanminus
1 parent 63245a4 commit 10ef206

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,14 @@ I went to <http://deps.cpantesters.org> and I copy-pasted the tree of dependenci
400400
I then gather all the ruby array with all dependencies (for example the
401401
previous example) into a file `list_of_deps`.
402402

403-
Then I run
403+
Then I run:
404404

405-
./list_to_resources.pl < list_of_deps > resources
405+
```bash
406+
# Without tests
407+
brew install cpanm
408+
cpanm --notest MetaCPAN::Client
409+
./list_to_resources.pl < list_of_deps > resources
410+
```
406411

407412
and I copy everything in `resources` to the formula.
408413

0 commit comments

Comments
 (0)