From 3732939ef1c2920ea3e9c5f6c3bd9c08e866e899 Mon Sep 17 00:00:00 2001 From: xypwn Date: Mon, 4 May 2020 22:25:29 +0200 Subject: [PATCH] Make README TUI compliant --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57e1cef..3608ead 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,9 @@ - The latest Windows binary (.exe) can be downloaded [here](https://github.com/xypwn/gd-gamesave-cryptor/releases) ## Usage -- `Shift` + `Right Click` in the folder you dropped the .exe file into -- Select `Open PowerShell window here` -- In the PowerShell window, type one of the following: - - `.\gd_crypt -d` to decrypt and store the result in the current folder - - `.\gd_crypt -e` to encrypt and store the result in the current folder - - `.\gd_crypt -es` to encrypt and store the result in the Geometry Dash folder +- `Double click` to open `gd_crypt.exe` +- It will show a cmd window with multiple options each labeled with a number +- Type in one of the numbers and press `Enter` to execute the command ## Building from source on Linux #### Building for Linux