refactor(io): added new method addChild

This commit is contained in:
Leifer Mendez
2022-11-30 21:05:32 +01:00
parent efe739f9fc
commit a8705c5b44

View File

@@ -16,11 +16,11 @@ __Instalar dependencias__
cd bot-whatsapp
yarn set version 3.3.0
yarn install
npx husky install && npx prettier --write .
```
> __ATENCIÓN__ Si esta estas en ubuntu/linux ejecutar lo siguiente comandos adicionales.
```sheell
npx husky install
chmod ug+x .husky/*
```