Merge pull request #126 from stardude900/patch-1

Update INSTALL
This commit is contained in:
Jim Salter 2017-08-09 10:29:00 -04:00 committed by GitHub
commit 32cd100973
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.