Browse Source

Update CLI-New-Command-Samples.md

pull/8224/head
Alper Ebicoglu 5 years ago
committed by GitHub
parent
commit
16b3394ce5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/CLI-New-Command-Samples.md

2
docs/en/CLI-New-Command-Samples.md

@ -159,7 +159,7 @@ ABP CLI uses the default [app template](https://github.com/abpframework/abp/tree
ABP CLI always uses the latest version. In order to create a solution from a preview (RC) version add the `--preview` parameter.
* Blazor UI, Entity Framework Core, no mobile, preview version, creates the project in a new folder:
* Blazor UI, Entity Framework Core, no mobile, **preview version**, creates the project in a new folder:
```bash
abp new Acme.BookStore -t app -u blazor --mobile none -csf --preview

Loading…
Cancel
Save