summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 18:15:06 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 18:15:06 +0000
commit872bd37e9dccff49ee4954e6967426199df50503 (patch)
tree275c41756bb05b1ea80adf13265868a233bca612
parent12abb7a7f487ad3e6b72ed733ac9e86c8220daa3 (diff)
Merged revisions 2722 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2722 | qwell | 2007-07-11 13:14:36 -0500 (Wed, 11 Jul 2007) | 12 lines Merged revisions 2721 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2721 | qwell | 2007-07-11 13:14:11 -0500 (Wed, 11 Jul 2007) | 4 lines tzafrir pointed out that this was put in the wrong place. Move it so that asciidoc can properly parse it. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2723 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index f2d2811..bd7f3d2 100644
--- a/README
+++ b/README
@@ -148,6 +148,7 @@ At this point you should probably reboot to get the new kernel in effect.
Installation
------------
+Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
----------------------------------
./configure
# optional step: select custom configuration:
@@ -156,8 +157,6 @@ make
make install
# To install init scripts and config files:
#make config
-
-Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
----------------------------------