summaryrefslogtreecommitdiffstats
path: root/system/kbfs/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/kbfs/README')
-rw-r--r--system/kbfs/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/kbfs/README b/system/kbfs/README
index d6c92b384b..6de9a0c684 100644
--- a/system/kbfs/README
+++ b/system/kbfs/README
@@ -3,6 +3,12 @@ The Keybase Go Client, filesystem and GUI
This script package the whole bundle, not just the client app.
Choose one between kbfs or keybase. Do not install both.
+You will need to create a new user keybasehelper before building
+this package.
+
+groupadd -g keybasehelper keybasehelper
+useradd -u 352 -g keybasehelper -c "keybase helper user" -s /bin/false keybasehelper
+
NOTE: Read README.SBo for more instructions!!
google-go-lang and sshfs-fuse are runtime dependencies.