From 684bb8c5bb9e5f461f3e170d0d266d1d2d3e71ae Mon Sep 17 00:00:00 2001 From: George Date: Mon, 22 Nov 2021 15:44:55 +0300 Subject: [PATCH] Change "vim" to "nano" Because I'm worried what you can't exit :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a40428..95f7f40 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can write all needed variables in `./env.sh` and then do `source ./run.sh` ``` bash git clone https://github.com/horhik/instagram2fedi cd instagram2fedi -vim ./env.sh +nano ./env.sh source ./run.sh ```