From 7259ba14d07f7b9c38b4e80265e15d81edf1b33b Mon Sep 17 00:00:00 2001 From: Tanmoy Ganguly Date: Sat, 9 Nov 2024 06:10:40 +0530 Subject: [PATCH] updated --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1e52b95..98fb30d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ WhatsApp Desktop is a cross-platform desktop application that allows you to use WhatsApp directly on your computer, making it easier to chat with friends and family while working. -![Image](https://github.com/xanmoy/whatsapp-desktop-client/blob/main/screenshots/image2.png) - +![Image](https://github.com/xanmoy/whatsapp-desktop-client/blob/main/screenshots/image1.png) ## Features @@ -12,8 +11,7 @@ WhatsApp Desktop is a cross-platform desktop application that allows you to use - **Media sharing**: Easily share images, videos, and documents. - **Notifications**: Get desktop notifications for new messages. -![Image](https://github.com/xanmoy/whatsapp-desktop-client/blob/main/screenshots/image3.png) - +![Image](https://github.com/xanmoy/whatsapp-desktop-client/blob/main/screenshots/image4.png) ## Installation @@ -25,7 +23,6 @@ sudo snap install whatsapp-desktop-client Or, - 1. **Download the Tar File**: If you haven't already, make sure you have the Tar file whatsapp-desktop-client_1.0.0_amd64.tar in your current directory. 2. **Run the Extraction Command**: @@ -39,8 +36,8 @@ tar -xzvf whatsapp-desktop-client_1.0.0_amd64.tar sudo sh ./install.sh ``` - ### Build From Source + 1. **Clone the repository**: ```bash @@ -49,9 +46,11 @@ cd whatsapp-desktop-client ``` 2. **Install dependencies**: Ensure that you have all the necessary dependencies installed. + ```bash npm instal ``` + 3. Start the application: ```bash @@ -63,6 +62,7 @@ npm start ```bash npm run dist ``` + 5. **Change to the dist directory**: Navigate to the dist directory where the Snap package is located. ```bash @@ -72,29 +72,37 @@ cd dist 6. **Install the Snap package**: Use the following command to install the Snap package. The `--dangerous` flag allows the installation of locally built packages. ```bash -sudo snap install --dangerous ./whatsapp-desktop-client_1.0.0_amd64.snap +sudo snap install --dangerous ./whatsapp-desktop-client_1.0.3_amd64.snap ``` ## Uninstallation Steps + Remove the Snap package: To uninstall the WhatsApp Desktop application, run the following command: + ```bash sudo snap remove whatsapp-desktop-client ``` ## Usage + Once installed, launch the application and log in with your WhatsApp account by scanning the QR code displayed on the screen with your phone. ## Contributing + Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request. ### Fork the project. + Create your feature branch (git checkout -b feature/YourFeature). Commit your changes (git commit -m 'Add some feature'). Push to the branch (git push origin feature/YourFeature). Open a pull request. + ## License -This project is licensed under the MIT License. See the LICENSE file for details. + +This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details. ## Acknowledgments + Electron - Framework used to build the application. WhatsApp - Messaging platform.