Fixed REAMDE formatting.

This commit is contained in:
ThePendulum 2019-04-08 03:34:28 +02:00
parent 794897659c
commit cf6db64db8
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ The latest releases from your favorite porn studios in one place.
Use [nvm](https://github.com/creationix/nvm) to install a recent version of NodeJS.
`npm install`
`npm run seed`
`npm start`
@ -13,6 +14,8 @@ Use [nvm](https://github.com/creationix/nvm) to install a recent version of Node
Do not modify `config/default.js`, but instead create a copy at `config/local.js` containing the properties you wish to change.
### Options
`npm start -- --option value`
* `--site [side ID]`: Only show updates from a specific site. The site ID is typically the site name in lowercase and without cases or special characters. For example, Teens Like It Big is teenslikeitbig.
* `--network [network ID]`: Show updates from all sites of a specific network. The network ID is composed similarly to the site ID.
* `--after "[time]"`: Do not fetch scenes older than this. Example values are: `"1 month"`, `"2 weeks"`, `"3 years"`.