summaryrefslogtreecommitdiffstats
path: root/system/nano-syntax-highlighting/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/nano-syntax-highlighting/README')
-rw-r--r--system/nano-syntax-highlighting/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/nano-syntax-highlighting/README b/system/nano-syntax-highlighting/README
index 959f98ad20..cd28b1439e 100644
--- a/system/nano-syntax-highlighting/README
+++ b/system/nano-syntax-highlighting/README
@@ -13,7 +13,9 @@ Or to be less verbose, append content of the folder in one line
with wildcard:
For current user.
-$ echo 'include "/usr/share/nano-syntax-highlighting/*.nanorc"' >> ~/.nanorc
+$ echo 'include "/usr/share/nano-syntax-highlighting/*.nanorc"' \
+ >> ~/.nanorc
For all users.
-# echo 'include "/usr/share/nano-syntax-highlighting/*.nanorc"' >> /etc/nanorc
+# echo 'include "/usr/share/nano-syntax-highlighting/*.nanorc"' \
+ >> /etc/nanorc