docs: typo in mac setup instructions (#4010)

This commit is contained in:
Ben Schmoker 2017-12-28 21:13:19 -08:00 committed by Nick Anderson
parent 6ddbdc0fea
commit 966854028f

View File

@ -30,7 +30,7 @@ Only applies if you have never installed and run **osqueryd** on this Mac.
After completing the brew installation run the following commands. If you are using the chef recipe to install osquery then these steps are not necessary, the [recipe](http://osquery.readthedocs.io/en/stable/deployment/configuration/#chef-os-x) has this covered.
```
sudo ln -s /usr/local/share/osquery /var/osquery
sudo ln -s /var/osquery /usr/local/share/osquery
sudo mkdir /var/log/osquery
sudo chown root /usr/local/Cellar/osquery/1.7.3/bin/osqueryd
sudo cp /var/osquery/osquery.example.conf /var/osquery/osquery.conf