Browse Source

fix(README): clear node_modules and only use yarn / update README

renovate/lint-staged-8.x
Jack Mallers 8 years ago
parent
commit
8ce46d3210
  1. 8
      README.md

8
README.md

@ -15,15 +15,11 @@ First, clone the repo via git:
git clone https://github.com/LN-Zap/zap-desktop.git
```
And then install dependencies with yarn and npm.
And then install dependencies with yarn
```bash
$ cd zap-desktop
$ yarn && npm install
```
```bash
$ cd zap-desktop/app
$ yarn && npm install
$ yarn
```
## Current Todo List (Last updated August 15th)

Loading…
Cancel
Save