Explain how to create symbolic link for buckd in buck install instructions

Change-Id: I68ec7e5465f5fd2c320c27db2a205f765fb0f16e
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-09-16 09:08:34 +02:00
committed by Edwin Kempin
parent ac3d66305c
commit 9a8b1dca63

View File

@@ -37,6 +37,13 @@ Verify that `buck` is accessible:
which buck
----
If you plan to use the link:#buck-daemon[Buck daemon] add a symbolic
link in `~/bin` to the buckd executable:
----
ln -s `pwd`/bin/buckd ~/bin/
----
[[eclipse]]
Eclipse Integration
@@ -305,6 +312,7 @@ The trivial case using a local directory is:
EOF
----
[[buck-daemon]]
Using Buck daemon
~~~~~~~~~~~~~~~~~