Skip to content

Commit

Permalink
Add Contracts installation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wakuflair committed Jan 1, 2021
1 parent db0e618 commit 2fcb4df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ We have launched an online demo for this module: [https://settingui.samples.easy

Run following command in your ABP project root folder:

> abphelper module add EasyAbp.Abp.SettingUi -ashlw
> abphelper module add EasyAbp.Abp.SettingUi -acshlw
### Add ABP packages manually

1. Install the following NuGet packages.

* EasyAbp.Abp.SettingUi.Application
* EasyAbp.Abp.SettingUi.Application.Contracts
* EasyAbp.Abp.SettingUi.Domain.Shared
* EasyAbp.Abp.SettingUi.HttpApi
* EasyAbp.Abp.SettingUi.HttpApi.Client (Only [Tiered structure](https://docs.abp.io/en/abp/latest/Startup-Templates/Application#tiered-structure) is needed)
Expand Down

0 comments on commit 2fcb4df

Please sign in to comment.