summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:24:35 +0100
committer B. Watson2022-03-17 17:38:09 +0100
commitaede1df2feeb30b18874a782fad66222c2e8511f (patch)
treec35f3ed4a6dc1ce1456c9a81ff933cc167eb4fb5
parent4935d6cbb57db376cc3fd0cd50a06fa6167bd4c1 (diff)
downloadslackbuilds-aede1df2feeb30b18874a782fad66222c2e8511f.tar.gz
system/nano-syntax-highlighting: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-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