summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e6a123138..9946bd08b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -30,13 +30,13 @@ for a list of packages required to build sudo.
## Simple sudo installation
-0. If you are upgrading from a previous version of sudo, read
+1. If you are upgrading from a previous version of sudo, read
[docs/UPGRADE.md](docs/UPGRADE.md) before proceeding.
-1. Read the "OS dependent notes" section for any particular
+2. Read the "OS dependent notes" section for any particular
"gotchas" relating to your operating system.
-2. `cd` to the source or build directory and type `./configure`
+3. `cd` to the source or build directory and type `./configure`
to generate a Makefile and config.h file suitable for building
sudo. Before you actually run configure you should read the
"Available configure options" section to see if there are
@@ -320,7 +320,7 @@ Defaults are listed in brackets after the description.
Adds the specified library (or libraries) to SUDO_LIBS and
and VISUDO_LIBS so sudo will link against them. If the
library doesn't start with "-l" or end in ".a" or ".o" a
- "-l" will be pre-pended to it. Multiple libraries may be
+ "-l" will be prepended to it. Multiple libraries may be
specified as long as they are space separated.
--with-libtool=PATH