From 6bbf2b8db74ceebe20748228c47a60a000aa93fa Mon Sep 17 00:00:00 2001 From: sharma1612harshit Date: Wed, 3 Jun 2020 22:14:36 +0530 Subject: [PATCH] README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75b02b8..205f642 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A layer above your regular terminal editor to write/edit/read encrypted files ### Usage +Set your preferred terminal editor as an environment variable, else it will use `vim` +```shell script +export EDITOR='' +``` ```shell script git clone https://github.com/sharma1612harshit/goCrypt cd goCrypt