From f7c5652db26fc66831f174acf0b21f919037070a Mon Sep 17 00:00:00 2001 From: skintigh Date: Wed, 4 Mar 2015 15:40:03 -0500 Subject: [PATCH] Update README.md layout --- dashboard/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dashboard/README.md b/dashboard/README.md index ff264c8..16a7873 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -7,15 +7,14 @@ Fully running User-ALE ## Install Dependencies - Install Vagrant -- (This may require downloading the newest version from their website rather than trusting apt-get) + (This may require downloading the newest version from their website rather than trusting apt-get) - Install VirtualBox ## If behind a proxy, modify Vagrantfile - Modifiy the vagantfile to point to your proxy. -- Don't forget to add "http://" as leaving that off may break apt-get in the vagrant vm - Example: config.proxy.http="http://1.2.3.4:5678" - If your host system is also the proxy (e.g. CNTLM): - setting the proxy as http://127.0.0.1:3128 or localhost may confuse the Vagrant VM and prevent net access +- Don't forget to add "http://" as leaving that off may break apt-get in the vagrant vm +- Example: config.proxy.http="http://1.2.3.4:5678" +- If your host system is also the proxy (e.g. CNTLM): setting the proxy as http://127.0.0.1:3128 or localhost may confuse the Vagrant VM and prevent net access ## Start Vagrant