Update README.md

This commit is contained in:
Mohamad Zade 2026-06-20 15:58:28 +00:00
parent 494070a636
commit fc3669d8b5

View File

@ -16,6 +16,15 @@ yarn add git+https://git.d.aiengines.ir/bi/uikit.git
## Update
```bash
yarn upgrade uikit
```
or
```bash
rm -rf .next
rm -rf node_modules/.vite
rm -rf node_modules/.cache
rm -rf node_modules/uikit
yarn upgrade uikit
```