summaryrefslogtreecommitdiffstats
path: root/system/kbfs
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:18:23 +0100
committer B. Watson2022-03-17 17:38:07 +0100
commitfc128b4b7f4afc511b0e84a31112f12bd9e4653c (patch)
tree015f2b7750c87f09442f2ea4f81af10e3979e1bd /system/kbfs
parent3a816edd185c321916336e1fd20eddbf17e8f353 (diff)
downloadslackbuilds-fc128b4b7f4afc511b0e84a31112f12bd9e4653c.tar.gz
system/kbfs: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/kbfs')
-rw-r--r--system/kbfs/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/kbfs/README b/system/kbfs/README
index 0029caaadd..5db48ae576 100644
--- a/system/kbfs/README
+++ b/system/kbfs/README
@@ -7,7 +7,8 @@ You will need to create a new user keybasehelper before building
this package.
groupadd -g 352 keybasehelper
-useradd -u 352 -g keybasehelper -c "keybase helper user" -s /bin/false keybasehelper
+useradd -u 352 -g keybasehelper \
+ -c "keybase helper user" -s /bin/false keybasehelper
NOTE: Read README.SBo for more instructions!!