diff --git a/docs/en/CLI-New-Command-Samples.md b/docs/en/CLI-New-Command-Samples.md index 25e175f2aa..8ddd985e85 100644 --- a/docs/en/CLI-New-Command-Samples.md +++ b/docs/en/CLI-New-Command-Samples.md @@ -193,10 +193,11 @@ ABP libraries are referenced from NuGet by default in the ABP solutions. Sometim * MVC UI, Entity Framework Core, **ABP libraries are local project references**: - The path to the ABP framework solution `C:\source\abp\framework\Volo.Abp.sln` +The local path must be the root directory of ABP repository. +If `C:\source\abp\framework\Volo.Abp.sln` is your framework solution path, then you must write `C:\source\abp` to the `--abp-path` paramter. ```bash - abp new Acme.BookStore --local-framework-ref --abp-path C:\source\abp\framework + abp new Acme.BookStore --local-framework-ref --abp-path C:\source\abp ``` **Output**: