Updated installation instructions, and removed useless non-crossplatform binary

This commit is contained in:
Leonetienne 2022-03-13 19:13:54 +01:00
parent f250f77557
commit 29117aff0c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -4,7 +4,7 @@ Again, please only use this as an obfuscator or if the only other option would b
Do you want to quickly and securely encrypt stuff via the command line? Use openssl-cli with the aes cipher. It's a bit more wordy but much faster and more secure. Do you want to quickly and securely encrypt stuff via the command line? Use openssl-cli with the aes cipher. It's a bit more wordy but much faster and more secure.
Still want to use Ghetto Crypt cli? Here ya go! Still want to use Ghetto Crypt cli? Here ya go!
Either download the latest [release](https://github.com/Leonetienne/GhettoCrypt/releases), or directly from here: [gecrypt](https://github.com/Leonetienne/GhettoCrypt/blob/master/GhettoCryptCLI/gecrypt). Just clone this repository, navigate into this directory and run `cmake && make`. It shouuuld *\*crosses fingers\** just build.
If you want to use this globally, you could move it to `/usr/bin/`, or some other location in your $PATH. If you want to use this globally, you could move it to `/usr/bin/`, or some other location in your $PATH.