diff --git a/docs/en/Getting-Started-Running-Solution.md b/docs/en/Getting-Started-Running-Solution.md index 281add1e2a..fe1d0de246 100644 --- a/docs/en/Getting-Started-Running-Solution.md +++ b/docs/en/Getting-Started-Running-Solution.md @@ -91,10 +91,10 @@ 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" }} +> Before starting the application, run `abp install-libs` command in your Web directory to restore the client-side libraries. This will populate the `libs` folder. + {{ if Tiered == "Yes" }} > Tiered solutions use **Redis** as the distributed cache. Ensure that it is installed and running in your local computer. If you are using a remote Redis Server, set the configuration in the `appsettings.json` files of the projects below.