From 1a3eacb444c20c40ecf447f9d55cf3f0ccba3375 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 26 Jul 2019 10:59:01 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7b579eac8..583667298 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ sudo hostnamectl set-hostname YOURHOSTNAME sudo reboot ``` -If you are running CentOS 7 or Ubuntu 16.04 and don't have name resolution ensure you hosts file looks like this: +If you are running CentOS 7 or Ubuntu 16.04 and don't have name resolution ensure your `/etc/hosts` file looks like this: ``` 127.0.0.1 YOURHOSTNAME YOURHOSTNAME.localdomain localhost localhost.localdomain localhost4 localhost4.localdomain4 @@ -72,13 +72,7 @@ sudo bash so-setup-network.sh ``` Follow the prompts and reboot if asked to do so. -Want to try the bleeding edge? You can install the following: -``` -git clone https://github.com/TOoSmOotH/securityonion-saltstack -cd securityonion-saltstack -sudo bash so-setup-network.sh -``` -This is an active development repo so many things can and will be broken. +Then proceed to the [Hybrid Hunter Quick Start Guide](https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/Hybrid-Hunter-Quick-Start-Guide). ### FAQ See the [FAQ](https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/FAQ) on the Hybrid Hunter wiki.