rename OSX references to MacOS

This commit is contained in:
Michel Oosterhof
2017-02-14 22:16:29 +04:00
parent 89fc09d1c2
commit 1cf7e02fe1
2 changed files with 5 additions and 5 deletions

View File

@@ -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,9 +206,9 @@ 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