From c9c2175bffef9886158dabc3b854e4a0f3f7f4d9 Mon Sep 17 00:00:00 2001 From: Yvan Satyawan Date: Mon, 16 Mar 2020 14:40:58 +0100 Subject: [PATCH] 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.