From 8256ed67f28fa82c5720c719b60f9dbbb5d76dd5 Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 8 Feb 2022 17:27:13 +0800 Subject: [PATCH] Update Getting-Started-Running-Solution.md --- docs/en/Getting-Started-Running-Solution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/Getting-Started-Running-Solution.md b/docs/en/Getting-Started-Running-Solution.md index 27e6ac3dee..281add1e2a 100644 --- a/docs/en/Getting-Started-Running-Solution.md +++ b/docs/en/Getting-Started-Running-Solution.md @@ -91,6 +91,8 @@ Right click to the `.DbMigrator` project and select **Set as StartUp Project** ## Run the Application +> Please execute the `abp install-libs` command to restore the libs required by the web project before running the application. + {{ if UI == "MVC" || UI == "BlazorServer" }} {{ if Tiered == "Yes" }}