diff --git a/INSTALL.md b/INSTALL.md index d11ca17..16f77e5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,7 +11,7 @@ * [Step 7: Port redirection (optional)](#step-7-port-redirection-optional) * [Running within supervisord(optional)](#running-using-supervisord) * [Troubleshooting](#troubleshooting) -* [Installing on OSX for development](#installing-on-osx-for-development) +* [Installing on MacOS for development](#installing-on-macos-for-development) ## Step 1: Install dependencies @@ -206,13 +206,13 @@ double check that your PYTHONPATH is set to the source code directory. To make Cowrie logfiles public readable, change the ```--umask 0077``` option in start.sh into ```--umask 0022``` -## Installing on OSX for development +## Installing on MacOS for development -gmpy2 requires a number of libraries which are not included by default with Sierra and must be installed, suggested method is by using [homebrew](http://brew.sh/) +gmpy2 requires a number of libraries which are not included by default with MacOS Sierra and must be installed, suggested method is by using [homebrew](http://brew.sh/) ``` brew install gmp brew install mpfr brew install mpc brew install libmpc -``` \ No newline at end of file +``` diff --git a/cowrie.cfg.dist b/cowrie.cfg.dist index ec2d15d..731bf31 100644 --- a/cowrie.cfg.dist +++ b/cowrie.cfg.dist @@ -401,7 +401,7 @@ logfile = log/cowrie.json #index = cowrie -# Splunk HTTP Event Collector (HEC) output module +# Splunk HTTP Event Collector (HEC) output module # Sends JSON directly to Splunk over HTTPS # mandatory fields: url, token # optional fields: index, source, sourcetype, host