Browse Source

chore: update steps

pull/61/head
Aldino Kemal 3 years ago
parent
commit
9300b2bbd3
  1. 9
      readme.md

9
readme.md

@ -48,10 +48,11 @@
1. Clone this repo `git clone https://github.com/aldinokemal/go-whatsapp-web-multi-device`
2. open via cmd/terminal
3. run `cd src`
4. run `go run main.go`
5. open `http://localhost:3000`
6. run `go run main.go --help` for more detail flags
3. run `go install github.com/markbates/pkger/cmd/pkger@latest`
4. run `cd src`
5. run `pkger && go run main.go`
6. open `http://localhost:3000`
7. run `go run main.go --help` for more detail flags
#### Docker (you don't need to install in required)

Loading…
Cancel
Save