Browse Source

Replace abp add-package command with dotnet one

pull/12544/head
Enis Necipoglu 4 years ago
parent
commit
651e77426f
  1. 2
      docs/en/Themes/LeptonXLite/mvc.md

2
docs/en/Themes/LeptonXLite/mvc.md

@ -10,7 +10,7 @@ LeptonX Lite has implementation for the ABP Framework Razor Pages. It's a simpli
- Add **Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite** package to your **Web** application.
```bash
abp add-package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite
dotnet add package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite
```
- Make sure the old theme is removed and LeptonX is added in your Module class.

Loading…
Cancel
Save