diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index d3b37607cf08586ad76df6d72b2f71d714e34e8b..e5826fe0fdd8d7a35c28cc7e61b9e50136ea859c 100644 --- a/docs/usage/examples/self-hosting.md +++ b/docs/usage/examples/self-hosting.md @@ -210,15 +210,15 @@ By default, Renovate stores all files in the `renovate/` subdirectory of the ope Repository data is copied or cloned into unique subdirectories under `repos/`, e.g. `/tmp/renovate/repos/github/owner1/repo-a/`. -Renovate's own cache, as well as the caches(s) for npm, Yarn, Composer etc, is stored in `/tmp/renovate/cache`. +Renovate's own cache, as well as the caches(s) for npm, Yarn, Composer etc, are stored in `/tmp/renovate/cache`. -To use another directory as the base directory, instead of `tmp/renovate`: +To use another directory as the base directory, instead of the default `tmp/renovate` you can: -- Configure a value for `baseDir` in `config.js` +- Set a value for `baseDir` in `config.js` - Use an environment variable `RENOVATE_BASE_DIR` - Use the CLI to pass a base directory: `--base-dir=` -If you want to override the cache location then configure a value for `cacheDir` instead. +If you want to override the cache location then set a value for `cacheDir` instead. ## Usage