diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 16:39:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-28 01:29:40 +0700 |
commit | d4b67489ee415579416e00a98978d5e536a3d7a4 (patch) | |
tree | 554f9794927bfb3a9022e8d9d114dcdaf83cd40c /system/kbfs/README | |
parent | a57871ce6b8a31822c082d76fe21d4d06c0b0906 (diff) |
system/kbfs: Updated for version 1.0.40_20180127033950.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kbfs/README')
-rw-r--r-- | system/kbfs/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/kbfs/README b/system/kbfs/README index d6c92b384bf5..6de9a0c68430 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. |