From 50f2fc2c549f4f5d8ed2b21b2d6985c3a961d101 Mon Sep 17 00:00:00 2001
From: Spencer McCoy <smccoy12@unl.edu>
Date: Tue, 26 Jan 2016 18:22:59 -0600
Subject: [PATCH] Updated read me for symlinking theme instructions

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 6a9ce408..e37c5546 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ For now, use the dev vagrant box at vagrant/dev/
 2. `vagrant up`
 3. go to http://localhost:8005 to view the project 
 
+## Using Elgg Clean theme
+1. `vagrant ssh`
+2. `ln -s /var/www/html/elgg_clean /var/www/html/elgg/mod`
+
 ## TODO
 * implement the UNLedu Framework 4.0 theme at plugins/unl_theme
 * implement UNL auth at plugins/cas_auth_unl
-- 
GitLab