Merge pull request #236 from DLLarson/sanoid-doc-update

Account for new Sanoid dependency in docs.
This commit is contained in:
David Stephens 2020-02-10 13:31:57 +00:00 committed by GitHub
commit b72198406f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -293,7 +293,7 @@ First, we install sanoid to the `/opt` directory. This assumes that Perl itself
is already installed.
```
sudo apt install libconfig-inifiles-perl
sudo apt install libconfig-inifiles-perl libcapture-tiny-perl
cd /opt
sudo git clone https://github.com/jimsalterjrs/sanoid
```