Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo and format #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions INSTALL → INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ngrep Installation Guide

1. Install the latest Packet Capture Library

In orer to compile ngrep on any platform, the relevant packet capture
In order to compile ngrep on any platform, the relevant packet capture
(PCAP) client support library must be installed.

On UNIX, this is called ``libpcap'' and can be installed either from
Expand Down Expand Up @@ -45,9 +45,9 @@ On UNIX, type the following from the root of the ngrep source tree:
% ./configure && make

On Windows, open the ``ngrep.sln'' file located in the ``win32''
subdirectory of the ngrep source tree using Visual Studio.NET. From
subdirectory of the ngrep source tree using Visual Studio.NET. From
there you should be able to Build the solution in either Debug or
Release mode. Once this is done, copy the resulting ``ngrep.exe''
Release mode. Once this is done, copy the resulting ``ngrep.exe''
(located in either the ``Debug'' or ``Release'' subdirectory depending
on compile configuration) into any directory in your path for easy
usage (``c:\windows'', for instance).
Expand Down