diff options
Diffstat (limited to 'system/kbfs/README.SBo')
-rw-r--r-- | system/kbfs/README.SBo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/kbfs/README.SBo b/system/kbfs/README.SBo new file mode 100644 index 0000000000..6a30041716 --- /dev/null +++ b/system/kbfs/README.SBo @@ -0,0 +1,12 @@ +Post installation: +- Create a new directory /keybase using root account + mkdir /keybase +- Change owner of that directory to the local user (eg. willysr) + chown willysr /keybase +- Run run_keybase as local user + A new .desktop file will be created by the service on first launch + in ~/.config/autostart/ to invoke this script. + +PS: You need to execute run_keybase after new installation or +upgrade from previous version. This script will stop existing +services and re-mount everything again. |