diff --git a/README.md b/README.md index f993d32..ee7d7c5 100644 --- a/README.md +++ b/README.md @@ -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 ```