commit 281e96c59333ab541f5ab3a264ca7b732a9c501b (patch) parent ed46a8246a3d487d59a550033901ed6d9c5dc2ee Author: Alex Karle <alex@karle.co> Date: Tue, 31 Mar 2020 23:58:55 -0400 doc: Add need for `npm i` to README Update as I go... Diffstat:
M | README.md | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -10,9 +10,12 @@ Disappointed with the state of the online options, we decided to make our own. Installation ------------ -First, get a working Perl and cpanm. +Install `npm`, `cpanminus`, and Perl. Then: - $ cpanm --installdeps . +```sh +$ npm i +$ cpanm --installdeps . +``` Running -------