Browse Source

Merge pull request #3 from fresheneesz/patch-1

Making requirements clearer in the readme
renovate/lint-staged-8.x
jackmallers 7 years ago
committed by GitHub
parent
commit
bebe82706d
  1. 15
      README.md

15
README.md

@ -14,13 +14,20 @@ uses a [Node.js](https://github.com/LN-Zap/zap-nodejs) proxy and,
Join us on [slack](https://join.slack.com/t/zaphq/shared_invite/MjI2MTY4NTcwMDUyLTE1MDI2OTA0ODAtNTRjMTY4YTNjNA) to discuss development, design and product
## Requirements
* **An up and running BTCD**
* **An up and running LND** - see [install.md](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md)
* **Zap Node.js** - see [Zap Node.js](https://github.com/LN-Zap/zap-nodejs)
* **Node.js version >= 7 and npm version >= 4.**
*For now Zap assumes you are running BTCD, LND and Zap Node.js (will change soon).*
## Install
> For now Zap assumes you are running BTCD, LND and Zap Node.js (will change soon). Please see [installation](https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md) for LND and installation for [Zap Node.js](https://github.com/LN-Zap/zap-nodejs) to get that setup first
* **Note: requires a node version >= 7 and an npm version >= 4.**
* **If you have installation or compilation issues, please file a Github issue**
**If you have installation or compilation issues, please file a Github issue**
First, clone the repo via git:
After installing the above requirements, clone the repo via git:
```bash
git clone https://github.com/LN-Zap/zap-desktop.git
```

Loading…
Cancel
Save