Skip to content

Commit

Permalink
installation section removed
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko committed Dec 21, 2020
1 parent 4eec71b commit e7fb10c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,13 @@ A tool that converts enex note(s) into Markdown format in order to let you escap

- Required [Install Node.js](https://nodejs.org/en/download/) version 10.22.1 or higher.

## No install execution
## No-install execution
Just open a terminal, specify config options in a config file (options detailed in [Configuration](#Configuration) and type

```javascript
npx -p yarle-evernote-to-md yarle --configFile <path_to_your_file e.g. ./config.json>
```

## Installation

You can install yarle using npm as follows:
```bash
npm i -g yarle-evernote-to-md
```
Or you can use yarle without install anything (See npx command in [Usage](#Usage)).

## Configuration:

To configure Yarle, you must create a config file. By default it looks like this:
Expand Down

0 comments on commit e7fb10c

Please sign in to comment.