[README] brew is not recommended to be run as sudo (#317)

This commit is contained in:
Sam Stites 2017-01-03 04:48:44 -05:00 committed by Guillaume Valadon
parent 862f659dab
commit 78038e4c94
1 changed files with 4 additions and 1 deletions

View File

@ -262,10 +262,13 @@ Install using Homebrew
1. Update Homebrew::
$ sudo brew update
$ brew update
2. Install Python bindings::
$ brew install --with-python libdnet
$ brew install https://raw.githubusercontent.com/secdev/scapy/master/.travis/pylibpcap.rb
$ sudo brew install --with-python libdnet
$ sudo brew install https://raw.githubusercontent.com/secdev/scapy/master/.travis/pylibpcap.rb