Skip to content
Snippets Groups Projects
Commit 78038e4c authored by Sam Stites's avatar Sam Stites Committed by Guillaume Valadon
Browse files

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

parent 862f659d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment