Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Jul 14, 2018
1 parent cb6fbc5 commit bc86477
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -5,9 +5,10 @@ AlphaReign DHT Scraper is a node project that joins the BitTorrent DHT network a
## Installation

* Install Node (version 8 or greater)
* Install pm2 globally ```npm i -g pm2```
* Change the store in ```src/config.js``` to sqlite or mongodb
* Run to ```pm2 start ecosystem.config.js```
* Install pm2 globally with yarn / npm `yarn global add pm2` or `npm i -g pm2`
* Install packages with yarn / npm `yarn` or `npm install`
* Change the store in `src/config.js` to sqlite or mongodb
* Run to `pm2 start ecosystem.config.js`

## Data Stores

Expand All @@ -27,4 +28,4 @@ store: 'mongodb',

```
store: 'sqlite',
```
```

0 comments on commit bc86477

Please sign in to comment.