From e591363b1ec5c908067b4d23a546ca70ea5bc178 Mon Sep 17 00:00:00 2001 From: Akos Balasko Date: Wed, 2 Sep 2020 22:47:10 +0200 Subject: [PATCH] installation steps detailed --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34c4af60..dbbcbcd4 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,12 @@ A tool that converts enex note(s) into Markdown format in order to let you escap ## Installation - - [install Node.js](https://nodejs.org/en/download/). + 0. [Install Node.js](https://nodejs.org/en/download/). - - clone or download this repo - - npm i - - npm run build + 1. Clone or download this repo. + 2. Open a terminal and navigate to the root folder of the repo. + 3. Type `npm i`, it installs the dependencies. + 4. Type `npm run build` to build the package. ## Usage: