Browse Source

Update docs/en/UI/Angular/Quick-Start.md

pull/5535/head
Mehmet Erim 6 years ago
committed by GitHub
parent
commit
309e977e71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Quick-Start.md

2
docs/en/UI/Angular/Quick-Start.md

@ -25,7 +25,7 @@ You have multiple options to initiate a new Angular project that works with ABP:
### 1. Using ABP CLI
ABP CLI is probably the most convenient and flexible way to initiate an ABP solution with an Angular frontend. Simply [install the ABP CLI](/CLI.md) and run the following command in your terminal:
ABP CLI is probably the most convenient and flexible way to initiate an ABP solution with an Angular frontend. Simply [install the ABP CLI](../../CLI.md) and run the following command in your terminal:
```shell
abp new MyCompanyName.MyProjectName -csf -u angular

Loading…
Cancel
Save