Update INSTALL

This commit is contained in:
stardude900 2017-08-09 09:13:40 -05:00 committed by GitHub
parent 4bfaa8cb90
commit dea2bb9eb0
1 changed files with 1 additions and 1 deletions

View File

@ -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.