From ca1579cbdbed2929ff6105fcf3104da7d5115826 Mon Sep 17 00:00:00 2001 From: M1000fr Date: Mon, 9 Sep 2024 00:52:45 +0200 Subject: [PATCH] ref: Update readme to explain how to use executable --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ee7d7c5..913c8d6 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,9 @@ C:\Users\M1000\Desktop\ClearMessages\imgs\3.png --> Once you receive and download your data, you will find a file containing all the messages you have sent, including their IDs. This file will be used by the script to delete your messages. -## Setting Up the Project +## Installation -### Prerequisites - -- [Node.js](https://nodejs.org/en/) installed on your machine. -- [Yarn](https://classic.yarnpkg.com/en/docs/install) installed to manage dependencies. - - `npm i -g yarn` - -### Installation - -#### Using executable +### 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. @@ -45,7 +37,11 @@ To show messages content .\ClearMessages.exe "UR_TOKEN" debug ``` -#### Using nodejs +### Using nodejs + +- [Node.js](https://nodejs.org/en/) installed on your machine. +- [Yarn](https://classic.yarnpkg.com/en/docs/install) installed to manage dependencies. + - `npm i -g yarn` 1. Clone this repository or download the project files to your machine: