aboutsummaryrefslogtreecommitdiff
path: root/system/kbfs/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/kbfs/README')
-rw-r--r--system/kbfs/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/kbfs/README b/system/kbfs/README
new file mode 100644
index 0000000000000..5db48ae5761ee
--- /dev/null
+++ b/system/kbfs/README
@@ -0,0 +1,15 @@
+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 352 keybasehelper
+useradd -u 352 -g keybasehelper \
+ -c "keybase helper user" -s /bin/false keybasehelper
+
+NOTE: Read README.SBo for more instructions!!
+
+google-go-lang is a runtime dependency.