From bf7a6be5fc131a1bcc630cf5d253c3b70e5d2b5f Mon Sep 17 00:00:00 2001 From: little camel <54983536+evpeople@users.noreply.github.com> Date: Sat, 17 Jun 2023 23:44:15 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8acb3b..8898691 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ On Linux (and OS X, probably) that's how you can make the executable globally av 1. Extract the binary: `tar -xf enc_*.tar.gz` 1. Make it executable: `chmod +x enc` 1. Place it in your PATH: `mv enc ~/.local/bin` -1. Check if it works: `env version` +1. Check if it works: `enc version` 1. If it says "command not found", run `echo $PATH` and check if `~/.local/bin` is there. If not, add into your `~/.bashrc` the following: `export PATH=$PATH:~/.local/bin` ## Encrypt