Update README.md

Make the command compatible with both Linux and Windows
This commit is contained in:
Knugi
2023-04-25 05:41:27 +00:00
committed by GitHub
parent 45666d8878
commit ea7e019adc

View File

@@ -14,7 +14,7 @@ A customizable Android and iPhone Whatsapp database parser that will give you th
First, install the exporter by:
```shell
pip install whatsapp-chat-exporter
pip install whatsapp-chat-exporter[android_backup] & :: Optional, if you want it to support decrypting Android WhatsApp backup.
pip install whatsapp-chat-exporter[android_backup] :; # Optional, if you want it to support decrypting Android WhatsApp backup.
```
Then, create a working directory in somewhere you want
```shell