From ea0778e203497d060ec04a51ba07a6af430f439d Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 13 Mar 2022 19:15:29 +0100 Subject: [PATCH] Fix build command --- GhettoCryptCLI/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GhettoCryptCLI/readme.md b/GhettoCryptCLI/readme.md index a8ba081..6dcd2ea 100644 --- a/GhettoCryptCLI/readme.md +++ b/GhettoCryptCLI/readme.md @@ -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. Still want to use Ghetto Crypt cli? Here ya go! -Just clone this repository, navigate into this directory and run `cmake && make`. It shouuuld *\*crosses fingers\** just build. +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.