mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
update documenta
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,6 +14,7 @@ mediaSend/*
|
|||||||
.wwebjs_auth
|
.wwebjs_auth
|
||||||
packages/cli/config.json
|
packages/cli/config.json
|
||||||
config.json
|
config.json
|
||||||
|
.yarnrc.yml
|
||||||
coverage/
|
coverage/
|
||||||
*.lcov
|
*.lcov
|
||||||
log
|
log
|
||||||
|
|||||||
20506
.pnp.cjs
generated
Executable file
20506
.pnp.cjs
generated
Executable file
File diff suppressed because one or more lines are too long
2040
.pnp.loader.mjs
generated
Normal file
2040
.pnp.loader.mjs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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.
|
- 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 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__
|
__Clonar repo rama dev__
|
||||||
```shell
|
```shell
|
||||||
git clone --branch dev https://github.com/leifermendez/bot-whatsapp
|
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__
|
__Instalar dependencias__
|
||||||
```shell
|
```shell
|
||||||
cd bot-whatsapp
|
cd bot-whatsapp
|
||||||
|
yarn set version 3.3.0
|
||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
__Commit y Push__
|
__Commit y Push__
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16",
|
"node": ">=16",
|
||||||
"npm": "please-use-yarn",
|
"npm": "please-use-yarn",
|
||||||
"yarn": ">=1"
|
"yarn": ">=3"
|
||||||
},
|
},
|
||||||
"author": "Leifer Mendez <leifer33@gmail.com>",
|
"author": "Leifer Mendez <leifer33@gmail.com>",
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
8944
yarn-error.log
Normal file
8944
yarn-error.log
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user