summarylogtreecommitdiffstats
path: root/nano-syntax-highlighting.install
diff options
context:
space:
mode:
authorGenerator2016-07-03 15:42:18 +0100
committerGenerator2016-07-03 15:42:18 +0100
commit8f3b30ac35cb3680393fb984b988093dc2d00be4 (patch)
tree8e7299e2a6afd3c3bcacafda74e7a83b9de867a5 /nano-syntax-highlighting.install
parenta157272ec1c0f98b8f4629c928bdd9f86b899df0 (diff)
downloadaur-8f3b30ac35cb3680393fb984b988093dc2d00be4.tar.gz
change install instructions
Diffstat (limited to 'nano-syntax-highlighting.install')
-rw-r--r--nano-syntax-highlighting.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/nano-syntax-highlighting.install b/nano-syntax-highlighting.install
index f24027692e69..d4ab059ab720 100644
--- a/nano-syntax-highlighting.install
+++ b/nano-syntax-highlighting.install
@@ -5,8 +5,9 @@ post_install() {
==> To prevent overwriting your existing configuration, nanorc
==> was installed to /usr/share/nano-syntax-highlighting/nanorc.sample
==>
-==> To install you should add the languages you want to your nano configuration file /etc/nanorc or ~/.nanorc
-==> $ echo "include /usr/share/nano-syntax-highlighting/*.nanorc" >> nanorc
+==> To install you should add the languages you want to your nano configuration file, system-wide or user-specific
+==> system-wide: $ echo " include /usr/share/nano-syntax-highlighting/*.nanorc" >> /etc/nanorc
+==> user-specific: $ echo "include /usr/share/nano-syntax-highlighting/*.nanorc" >> nanorc
_EOF
}