diff --git a/docs/en/CLI-New-Command-Samples.md b/docs/en/CLI-New-Command-Samples.md index 430ac01064..24d8f314f3 100644 --- a/docs/en/CLI-New-Command-Samples.md +++ b/docs/en/CLI-New-Command-Samples.md @@ -64,6 +64,14 @@ The following commands are for creating MVC UI projects: abp new Acme.BookStore -u mvc --tiered --database-provider mongodb -csf ``` +* **Public Website**, Entity Framework Core, no mobile app, creates the project in a new folder: + + ```bash + abp new Acme.BookStore -t app -u mvc --mobile none --database-provider ef -csf --with-public-website + ``` + + _Note that Public Website is only included in PRO templates._ + ## Blazor