diff --git a/README.md b/README.md index b598eede3..6e0203a8b 100755 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ Please make sure you are subscribed to Github Notifications to be notified when ************************************************ +##### Linux + Download install-ngxblocker to your /usr/local/sbin/directory and make the script executable. ``` @@ -69,6 +71,20 @@ If your Linux distribution does not have wget you can replace the wget command a curl -sL https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -o /usr/local/sbin/install-ngxblocker ``` +##### FreeBSD + +Install the package. + +``` +pkg install www/nginx-ultimate-bad-bot-blocker +``` + +Alternatively install via portmaster: + +``` +portmaster www/nginx-ultimate-bad-bot-blocker +``` + ************************************************