Skip to content

Commit 31afb0a

Browse files
authored
fix readme
1 parent 20b716e commit 31afb0a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,66 +12,66 @@
1212
## Instalando as dependencias
1313

1414
```bash
15-
> sudo apt install -y curl nano git gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget build-essential apt-transport-https libgbm-dev
15+
sudo apt install -y curl nano git gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget build-essential apt-transport-https libgbm-dev
1616
```
1717

1818
```bash
19-
> cd ~
19+
cd ~
2020
```
2121

2222
```bash
23-
> curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
23+
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
2424
```
2525

2626
```bash
27-
> sudo bash nodesource_setup.sh
27+
sudo bash nodesource_setup.sh
2828
```
2929

3030
```bash
31-
> sudo apt -y install nodejs
31+
sudo apt -y install nodejs
3232
```
3333

3434
```bash
35-
> node -v
35+
node -v
3636
```
3737

3838
```bash
39-
> wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
39+
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
4040
```
4141

4242
```bash
43-
> sudo apt install ./google-chrome-stable_current_amd64.deb
43+
sudo apt install ./google-chrome-stable_current_amd64.deb
4444
```
4545

4646
## Clonando e instalando meu próprio bot: 📚
4747

4848
```bash
49-
> git clone https://github.com/jhowbhz/bot-whatsapp.git
49+
git clone https://github.com/jhowbhz/bot-whatsapp.git
5050
```
5151

5252
```bash
53-
> npm install --unsafe-perm
53+
npm install --unsafe-perm
5454
```
5555

5656
```bash
57-
> npm install -y pm2 -g
57+
npm install -y pm2 -g
5858
```
5959

6060
## Forma de usar: 💫
6161
Depois de clonar instalar o projeto, basta digitar o seguinte, e ler o QR Code em seguida...
6262

6363
```bash
64-
> npm start
64+
npm start
6565
```
6666

6767
Leu o QR Code? Tudo certo? Agora deixa ele rodando em background...
6868

6969
```bash
70-
> pm2 start index.js
70+
pm2 start index.js
7171
```
7272

7373
```bash
74-
> pm2 startup
74+
pm2 startup
7575
```
7676

7777
## O que ele pode fazer?
@@ -94,7 +94,7 @@ E muito mais....
9494
### Comando inicial: ☕
9595

9696
```bash
97-
> Olá, bruce
97+
Olá, bruce
9898
```
9999
### Merecidos créditos: 🏆
100100

0 commit comments

Comments
 (0)