docs/OS-X: the $PATH *does* get added correctly

This commit is contained in:
Brian Warner 2016-03-28 01:37:35 -07:00
parent 35ef8b4c71
commit 1f1e10d59b

View File

@ -16,8 +16,8 @@ Installers are available from this directory:
Download the latest .pkg file to your computer and double-click on it. This
will install to /Applications/tahoe.app, however the app icon there is not
how you use Tahoe (launching it will get you a dialog box with a reminder to
use Terminal). `/Applications/tahoe.app/bin/tahoe` is the executable. You can
symlink this to /usr/local/bin/ or ~/bin/ to make it more convenient to run.
use Terminal). `/Applications/tahoe.app/bin/tahoe` is the executable. The
next shell you start ought to have that directory in your $PATH (thanks to a
file in `/etc/paths.d/`), unless your `.profile` overrides it.
Tahoe-LAFS can also be installed on OS-X with pip, as described in the
README.
Tahoe-LAFS is also easy to install with pip, as described in the README.