Browse Source

updated freeBSD docs

With the now improved steps, I was able to build Borg on a vagrant image:
% borg -V
borg 1.0.0rc2.dev40+ngfb83f61
jungle-boogie 9 năm trước cách đây
mục cha
commit
1d4f591691
1 tập tin đã thay đổi với 11 bổ sung10 xóa
  1. 11 10
      docs/installation.rst

+ 11 - 10
docs/installation.rst

@@ -166,19 +166,20 @@ FUSE for OS X, which is available as a pre-release_.
 
 
 FreeBSD
 FreeBSD
 ++++++++
 ++++++++
-
-If you're using FreeBSD, you will need to install a package and load the fuse kernel module:
+Listed below are packages you will need to install |project_name|, its dependencies,
+and commands to make fuse work for using the mount command.
 
 
 ::
 ::
 
 
-    $ sudo pkg install fusefs-libs
-    $ sudo kldload fuse
-    $ borg mount /mnt/backup::root-2013-08-02 /tmp/mymountpoint
-    $ ls /tmp/mymountpoint
-    bin  boot  etc  lib  lib64  mnt  opt  root  sbin  srv  usr  var
-    $ umount /tmp/mymountpoint
-
-
+     pkg install -y python3 openssl liblz4 fusefs-libs pkgconf
+     pkg install -y git
+     python3.4 -m ensurepip # to install pip for Python3
+     To use the mount command:
+     echo 'fuse_load="YES"' >> /boot/loader.conf
+     echo 'vfs.usermount=1' >> /etc/sysctl.conf
+     kldload fuse
+     sysctl vfs.usermount=1
+    
 
 
 Cygwin
 Cygwin
 ++++++
 ++++++