diff --git a/INSTALL b/INSTALL index 571fc9c..7e9cb0c 100644 --- a/INSTALL +++ b/INSTALL @@ -14,7 +14,7 @@ FreeBSD notes: FreeBSD may place pv and lzop in somewhere other than /usr/bin ; syncoid currently does not check path. Simplest path workaround is symlinks, eg: - root@bsd:~# ln -s /usr/bin/lzop /usr/local/bin/lzop + root@bsd:~# ln -s /usr/local/bin/lzop /usr/bin/lzop or similar, as appropriate, to create links in /usr/bin to wherever the utilities actually are on your system.