Update 'README.md'

This commit is contained in:
r4 2021-04-08 13:19:19 +00:00
parent eb7eb5ad81
commit 086c940589
1 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# Geometry Dash Gamesave Cryptor # Geometry Dash Gamesave Cryptor
## Download ## Download
- The latest Windows binary (.exe) can be downloaded [here](https://github.com/xypwn/gd-gamesave-cryptor/releases) - The latest Windows binary (.exe) can be downloaded [here](https://git.nobrain.org/r4/gd-gamesave-cryptor/releases)
## Usage ## Usage
- `Double click` to open `gd_crypt.exe` - `Double click` to open `gd_crypt.exe`
- It will show a cmd window with multiple options each labeled with a number - 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 - Type in one of the numbers and press `Enter` to execute the command
## Building from source on Linux ## Building from source on GNU/Linux
#### Building for Linux #### Building for GNU/Linux
- If you are using Proton to play GD, do not use Wine for the Windows version. Use this version instead as it automatically uses the correct path for Proton. - If you are using Proton to play GD, do not use Wine for the Windows version. Use this version instead as it automatically uses the correct path for Proton.
- Clone the repository and cd into it - Clone the repository and cd into it
`$ git clone https://github.com/xypwn/gd-gamesave-cryptor.git` `$ git clone https://git.nobrain.org/r4/gd-gamesave-cryptor.git`
`$ cd gd-gamesave-cryptor` `$ cd gd-gamesave-cryptor`
- Build the binary: - Build the binary:
@ -22,10 +22,10 @@
#### Building for Windows #### Building for Windows
- You will need to install your distro's version of `mingw-w64` - You will need to install your distro's version of `mingw-w64`
- `sudo apt install mingw-w64` on Ubuntu - `sudo apt install mingw-w64` on Ubuntu
- Install the AUR package `mingw-w64-gcc` on Arch Linux - Install the AUR package `mingw-w64-gcc` on Arch GNU/Linux
- Clone the repository and cd into it - Clone the repository and cd into it
`$ git clone https://github.com/xypwn/gd-gamesave-cryptor.git` `$ git clone https://git.nobrain.org/r4/gd-gamesave-cryptor.git`
`$ cd gd-gamesave-cryptor` `$ cd gd-gamesave-cryptor`
- Build the Windows binary: - Build the Windows binary: