feat: Update readme to explain how to use executable

This commit is contained in:
M1000fr 2024-09-09 00:50:13 +02:00
parent c179e85e41
commit 901f594bbe

View File

@ -29,6 +29,24 @@ Once you receive and download your data, you will find a file containing all the
### Installation
#### Using executable
1. Download the executable from the [releases page](https://github.com/M1000fr/ClearAllDiscordDM/releases).
2. Extract the messages file from your Discord data request and place it in the same directory as the executable.
3. Run the executable with the following command:
```bash
.\ClearMessages.exe "UR_TOKEN"
```
To show messages content
```bash
.\ClearMessages.exe "UR_TOKEN" debug
```
#### Using nodejs
1. Clone this repository or download the project files to your machine:
```bash
@ -60,6 +78,7 @@ yarn install
```
5. Build
```bash
yarn build
```