Skip to content

Commit

Permalink
installation steps detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed Sep 2, 2020
1 parent d4f4913 commit e591363
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e591363

Please sign in to comment.