Skip to content

Commit acec7d4

Browse files
committed
Merge pull request USArmyResearchLab#6 from frankcash/patch-1
Adds Styling to Linux Commands on README
2 parents da3a643 + e1bab0f commit acec7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Key features:
2525

2626
1. Install all of the necessary Python modules listed above. Many of them are available via pip and/or apt-get. Pygeoip is not yet available as a package and must be installed with pip or manually. All except dpkt are available with pip.
2727

28-
1. sudo apt-get install python-crypto python-dpkt python-ipy python-pypcap
28+
1. `sudo apt-get install python-crypto python-dpkt python-ipy python-pypcap`
2929

30-
2. sudo pip install pygeoip
30+
2. `sudo pip install pygeoip`
3131

3232
2. Configure pygeoip by moving the MaxMind data files (GeoIP.dat, GeoIPv6.dat, GeoIPASNum.dat, GeoIPASNumv6.dat) to <dshell>/share/GeoIP/
3333

0 commit comments

Comments
 (0)