From 68c9d3b30abf43d506e3b66e37c37f60e4eacacb Mon Sep 17 00:00:00 2001 From: Simon Burns Date: Tue, 15 Dec 2015 08:25:44 +0000 Subject: [PATCH] Minor documentation changes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32a0ab3..3628f53 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,17 @@ Based on instructions here: https://github.com/cantino/huginn/blob/master/doc/manual/installation.md -Setup Huginn under VirtualBox, with minimal configuration required. +**Setup Huginn under VirtualBox, with minimal configuration required.** + +A working VirtualBox installation is a prerequisite. If you know the settings you will use for your Huginn installation (such as SMTP host, MySQL settings, etc) you can: - Clone this repository: `git clone https://github.com/m0nty/huginn-vagrant.git` - Jump straight in with `./setup.sh` and follow the prompts. No attempt - is made to validate your input while you do this. + is made to validate your input while you do this, but sensible defaults are + suggested for usernames, passwords, etc. - Run `vagrant up` to provision your Huginn instance. If you prefer to edit the config files yourself: