# WHATSAPP MEOW #
- sudo apt update && sudo apt && sudo apt install git
- npm install -g pm2
- wget https://go.dev/dl/go1.21.1.linux-amd64.tar.gz
- sudo rm -rf /usr/local/go
- sudo tar -C /usr/local -xzf go1.21.1.linux-amd64.tar.gz
- echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc
- source ~/.bashrc-
- go version
- git clone https://github.com/pedroherpeto/wuzapi.git
- cd wuzapi
- go mod tidy
- go build -o wuzapi
- ./wuzapi -port 5555
- pm2 start ./wuzapi --name "wuzapi" -- -port 5555
- pm2 save
- pm2 startup