summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-04 16:13:52 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-10-04 16:13:52 +0000
commitc5171919941f3682a996791c2a6258cb0747de94 (patch)
tree63873fdd0f928d67f50541b9232d247ffaa824dc /README
parent346c041a5cf7ba6052a2b838f153db8e3120a173 (diff)
"contrib" means "scripts". Scripts in zaptel reside in the junk
directory until we'll decide what to do with them. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3111 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 7686741..fe7e6d8 100644
--- a/README
+++ b/README
@@ -47,15 +47,15 @@ Build Requirements
You will need a matching kernel source tree and a working Linux build
system. Some of the programs require some additional libraries.
-The script contrib/install_prereq should help you install the
+The script install_prereq should help you install the
required packages. To see what it suggests, run:
- contrib/install_prereq test
+ install_prereq test
You can either copy/paste that code to a terminal to run it, or just
run:
- contrib/install_prereq test
+ install_prereq test
Kernel Source / "Headers"