From 9300b2bbd31ada1f5f3e840d6e8feded6dc5a419 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Wed, 8 Feb 2023 23:01:41 +0700 Subject: [PATCH] chore: update steps --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 681af1d..7d74e5d 100644 --- a/readme.md +++ b/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)