mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
rename OSX references to MacOS
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
* [Step 7: Port redirection (optional)](#step-7-port-redirection-optional)
|
* [Step 7: Port redirection (optional)](#step-7-port-redirection-optional)
|
||||||
* [Running within supervisord(optional)](#running-using-supervisord)
|
* [Running within supervisord(optional)](#running-using-supervisord)
|
||||||
* [Troubleshooting](#troubleshooting)
|
* [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
|
## 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```
|
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 gmp
|
||||||
|
|||||||
Reference in New Issue
Block a user