Change "vim" to "nano"

Because I'm worried what you can't exit :)
This commit is contained in:
George 2021-11-22 15:44:55 +03:00 committed by GitHub
parent 971e74d254
commit 684bb8c5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```