From 901f594bbe7d2814301bf3b484166176ee8ec74e Mon Sep 17 00:00:00 2001 From: M1000fr Date: Mon, 9 Sep 2024 00:50:13 +0200 Subject: [PATCH] feat: Update readme to explain how to use executable --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 ```