From 32afce0de3d1e807d774f9fb928e8693c5655cb3 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Fri, 12 Jan 2018 12:55:16 -0700 Subject: [PATCH] updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7dcd3..d0451a8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ sudo apt-get upgrade sudo apt-get install make g++ unzip git libconfig++-dev ``` -and maybe a few more of your favorite packages. Here is one of my favorites: `sudo apt-get install avahi-daemon`. Then you can `ssh user@hostname.local` instead of `ssh user@ip_address`. +and maybe a few more of your favorite packages. Here is one of my favorites: `sudo apt-get install avahi-daemon`. Then you can `ssh user@hostname.local` instead of `ssh user@ip_address`. If you are starting with a "bare bones" distribution, you may need usb support: `sudo apt-get install usbutils`. 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: ```