From c9c2175bffef9886158dabc3b854e4a0f3f7f4d9 Mon Sep 17 00:00:00 2001 From: Yvan Satyawan Date: Mon, 16 Mar 2020 14:40:58 +0100 Subject: [PATCH 1/2] Clarifies where the .nanorc files are unpacked to --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 646f1b5..1112bc1 100644 --- a/readme.md +++ b/readme.md @@ -20,6 +20,8 @@ If your machine doesn't have `curl` command, use this code: wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh ``` +This unpacks all the `.nanorc` files to `~/.nano`. + #### Note Some syntax definitions which exist in Nano upstream may be preferable to the ones provided by this package. From 935008947cc94dfa9e42c4b0c72709a88642eb64 Mon Sep 17 00:00:00 2001 From: Yvan Satyawan Date: Mon, 16 Mar 2020 14:44:12 +0100 Subject: [PATCH 2/2] Clarified where the .nanorc files are unpacked to --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1112bc1..4c89997 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ If your machine doesn't have `curl` command, use this code: wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh ``` -This unpacks all the `.nanorc` files to `~/.nano`. +This automatically unpacks all the `.nanorc` files to `~/.nano`. #### Note