Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xanmoy committed Nov 9, 2024
1 parent 773f2e5 commit 7259ba1
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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**:

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.

0 comments on commit 7259ba1

Please sign in to comment.