From cf6db64db8445e3798ef730f8a14e4de7a19eb0a Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Mon, 8 Apr 2019 03:34:28 +0200 Subject: [PATCH] Fixed REAMDE formatting. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c8a8409..91886fd0 100644 --- a/README.md +++ b/README.md @@ -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"`.