Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cmckni3 committed Feb 15, 2017
1 parent 80dba75 commit f927ecf
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 @@ -8,13 +8,14 @@ Convert Evernote's notes into Markdown syntax.

git clone https://github.com/volkhin/evernote-markdown
cd evernote-markdown
cp .env.example .env

2. Get Developer Token at https://www.evernote.com/api/DeveloperToken.action
and put it into **.env**.
3. Install node modules
2. Install node modules

npm install
cp .env.example .env

3. Get Developer Token at https://www.evernote.com/api/DeveloperToken.action
and put it into **.env**.

4. Execute script

Expand Down

0 comments on commit f927ecf

Please sign in to comment.