From 281e96c59333ab541f5ab3a264ca7b732a9c501b Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 31 Mar 2020 23:58:55 -0400 Subject: [PATCH] doc: Add need for `npm i` to README Update as I go... --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0afba8e..baf94ba 100644 --- 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 ------- -- libgit2 1.1.1