update documenta

This commit is contained in:
Leifer
2022-11-29 21:43:11 +01:00
parent 13a4202f08
commit 2b3148dc3c
6 changed files with 31495 additions and 1 deletions

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@ mediaSend/*
.wwebjs_auth
packages/cli/config.json
config.json
.yarnrc.yml
coverage/
*.lcov
log

20506
.pnp.cjs generated Executable file

File diff suppressed because one or more lines are too long

2040
.pnp.loader.mjs generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,8 @@
- Necesitas __[yarn](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable)__ como gestor de paquetes. En el link conseguiras las intrucciones para instalar yarn.
- Se usara la rama __dev__ *(https://github.com/leifermendez/bot-whatsapp/tree/dev)* como rama principal hasta que se haga oficialmente el lanzamiento de la V2
>💡 Se usa la version 3.3.0 o superior de Yarn para establecer esta version simplemente `yarn set version 3.3.0`
__Clonar repo rama dev__
```shell
git clone --branch dev https://github.com/leifermendez/bot-whatsapp
@@ -11,6 +13,7 @@ git clone --branch dev https://github.com/leifermendez/bot-whatsapp
__Instalar dependencias__
```shell
cd bot-whatsapp
yarn set version 3.3.0
yarn
```
__Commit y Push__

View File

@@ -81,7 +81,7 @@
"engines": {
"node": ">=16",
"npm": "please-use-yarn",
"yarn": ">=1"
"yarn": ">=3"
},
"author": "Leifer Mendez <leifer33@gmail.com>",
"config": {

8944
yarn-error.log Normal file

File diff suppressed because it is too large Load Diff