From 3e8345354900db04ee5a1adcdfd44eb60a4f62a6 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Wed, 8 Feb 2023 23:02:21 +0700 Subject: [PATCH] chore: update docs (#61) * chore: update docs * chore: update steps --- readme.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index bdce06e..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) @@ -109,6 +110,7 @@ API using [openapi-generator](https://openapi-generator.tech/#try) | ✅ | Send Link | POST | /send/link | | ✅ | Send Location | POST | /send/location | | ✅ | Revoke Message | POST | /message/:message_id/revoke | +| ✅ | React Message | POST | /message/:message_id/react | ``` ✅ = Available @@ -117,7 +119,7 @@ API using [openapi-generator](https://openapi-generator.tech/#try) ### App User Interface -1. Homepage ![Homepage](https://i.ibb.co/GMNWqRq/homepage.png) +1. Homepage ![Homepage](https://i.ibb.co/Gn32yhJ/homepage.png) 2. Login ![Login](https://i.ibb.co/jkcB15R/login.png) 3. Send Message ![Send Message](https://i.ibb.co/rc3NXMX/send-message.png) 4. Send Image ![Send Image](https://i.ibb.co/BcFL3SD/send-image.png) @@ -126,12 +128,13 @@ API using [openapi-generator](https://openapi-generator.tech/#try) 7. Send Contact ![Send Contact](https://i.ibb.co/4810H7N/send-contact.png) 8. Send Location ![Send Location](https://i.ibb.co/TWsy09G/send-location.png) 9. Revoke Message ![Revoke Message](https://i.ibb.co/yswhvQY/revoke.png?) -10. User Info ![User Info](https://i.ibb.co/3zjX6Cz/user-info.png) -11. User Avatar ![User Avatar](https://i.ibb.co/ZmJZ4ZW/search-avatar.png) -12. My Privacy ![My Privacy](https://i.ibb.co/Cw1sMQz/my-privacy.png) -13. My Group ![My Group](https://i.ibb.co/B6rW8Sh/list-group.png) -14. Auto Reply ![Auto Reply](https://i.ibb.co/D4rTytX/IMG-20220517-162500.jpg) -15. Basic Auth Prompt ![Basic Auth](https://i.ibb.co/PDjQ92W/Screenshot-2022-11-06-at-14-06-29.png) +10. Reaction Message ![Revoke Message](https://i.ibb.co/BfHgSHG/react-message.png) +11. User Info ![User Info](https://i.ibb.co/3zjX6Cz/user-info.png) +12. User Avatar ![User Avatar](https://i.ibb.co/ZmJZ4ZW/search-avatar.png) +13. My Privacy ![My Privacy](https://i.ibb.co/Cw1sMQz/my-privacy.png) +14. My Group ![My Group](https://i.ibb.co/B6rW8Sh/list-group.png) +15. Auto Reply ![Auto Reply](https://i.ibb.co/D4rTytX/IMG-20220517-162500.jpg) +16. Basic Auth Prompt ![Basic Auth](https://i.ibb.co/PDjQ92W/Screenshot-2022-11-06-at-14-06-29.png) ### Mac OS NOTE