From f3e157f71ccb06cf76a543032d98c4d07ba63ffc Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 6 Mar 2008 20:58:57 +0000 Subject: [PATCH] typo in README Organization: Straylight/Edgeware From: Richard Kettlewell --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 1c7e72d..774d95d 100644 --- a/README +++ b/README @@ -71,8 +71,9 @@ IMPORTANT: If you are upgrading from an earlier version, see README.upgrades. Debian/Ubuntu: steps 1 to 6 are dealt with automatically if you use the .deb files. -OX X/FreeBSD/other Linux: after installation (step 1) 'sudo bash scripts/setup' -covers steps 3 to 6. If it doesn't work on your platform, please get in touch. +OX X/FreeBSD/other Linux: after installation (step 1 and 2), running +'sudo bash scripts/setup' will cover steps 3 to 6. If it doesn't work on your +platform, please get in touch. 1. Build the software. Do something like this: -- [mdw]