From 1d97d73902194d9dcd8e07223a6cf8b66a860854 Mon Sep 17 00:00:00 2001 From: Joseph Thibeault Date: Mon, 30 Jun 2014 13:11:58 -0400 Subject: [PATCH] Updated readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15c3d46..c2f9922 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ Mimics UConn's production stack or a typical CentOS LAMP stack. This repository is intended to be included as a submodule in other projects. Include the `Vagrantfile` in your project's root and clone this repository into your project using the following commands: -`$ git submodule add git@github.com:uconn/vagrant-centos-lamp.git vagrant` -`$ git submodule update --init --recursive` + $ git submodule add git@github.com:uconn/vagrant-centos-lamp.git vagrant` + $ git submodule update --init --recursive`