Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiho committed Jan 14, 2021
1 parent 27bc7e1 commit cdadb72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@

Download the system package.
```bash
apt-get install libsecret-1-dev libclucene-dev build-essential 7z
apt-get install libsecret-1-dev libclucene-dev build-essential 7z libuv1-dev
```

Private NPM Registry setup
```bash
npm install -g node-gyp node-pre-gyp
npm install verdaccio
```

Expand All @@ -40,6 +41,8 @@ Please note that the private NPM Registry URL may vary depending on the setting

Packages to be registered in the private registry need to go into a separate directory and only issue the npm publish command.

There are two types of en-data-model: evernote_modules/en-data-model and evernote_modules/en-graph-types/node_modules/en-data-model, each with completely different versions and content. Therefore, these two modules must be registered separately with the private NPM.

### Evernote Build

```bash
Expand Down

0 comments on commit cdadb72

Please sign in to comment.