feat: Update readme to explain how to use executable
This commit is contained in:
parent
c179e85e41
commit
901f594bbe
19
README.md
19
README.md
@ -29,6 +29,24 @@ Once you receive and download your data, you will find a file containing all the
|
|||||||
|
|
||||||
### Installation
|
### 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:
|
1. Clone this repository or download the project files to your machine:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -60,6 +78,7 @@ yarn install
|
|||||||
```
|
```
|
||||||
|
|
||||||
5. Build
|
5. Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn build
|
yarn build
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user