forked from DebaucheryLibrarian/traxxx
Fixed REAMDE formatting.
This commit is contained in:
parent
794897659c
commit
cf6db64db8
|
@ -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.
|
Use [nvm](https://github.com/creationix/nvm) to install a recent version of NodeJS.
|
||||||
|
|
||||||
`npm install`
|
`npm install`
|
||||||
|
|
||||||
`npm run seed`
|
`npm run seed`
|
||||||
|
|
||||||
`npm start`
|
`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.
|
Do not modify `config/default.js`, but instead create a copy at `config/local.js` containing the properties you wish to change.
|
||||||
|
|
||||||
### Options
|
### 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.
|
* `--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.
|
* `--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"`.
|
* `--after "[time]"`: Do not fetch scenes older than this. Example values are: `"1 month"`, `"2 weeks"`, `"3 years"`.
|
||||||
|
|
Loading…
Reference in New Issue