diff --git a/README.md b/README.md index 7f6e543..aaa3713 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ task('yarn:build', function () { before('deploy', 'yarn:build'); ``` +When _not_ using `public` as the web directory, please set it respectively: + +```json +{ + "extra": { + "public-dir": "web" + } +} +``` + ### Deploy - `dep deploy [host]`