From f43640257c5fd6031df6e11d5452930225158f40 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 1 Dec 2013 19:58:03 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e0d382..7a96d94 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,14 @@ Start with a Raspberry Pi with the latest Raspbian image (see http://raspberrypi You will need several packages to build Scott's gateway. The RasPi will probably have all or moste of these but it still doesn't hurt to be sure: sudo su + apt-get update + apt-get upgrade -agt-get install make g++ unzip git -and maybe a few more. Here is one of my favorites: "apt-get install avahi-daemon". Then you can "ssh @.local" instead of "ssh $. +apt-get install make g++ unzip git + +and maybe a few more of your favorite packages. Here is one of my favorites: "apt-get install avahi-daemon". Then you can "ssh @.local" instead of "ssh $. After you install all the required packages, the g2_ircddb gateway installation can begin. Go to your login home directory and (without root privileges) type: