From 1d94bfad029840321a1a2049e93dc28952aa1b0d Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Wed, 29 Jul 2009 15:13:03 +0000
Subject: [PATCH] updated readme

---
 README | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 40a4dace..b687f4a6 100644
--- a/README
+++ b/README
@@ -1,7 +1,9 @@
 ********
 ** How to set up UNL_Elgg:
 ********
-Sym-link elgg/mod/unl_theme=>unl_theme
+Navigate to the elgg/mod directory in Terminal and sym-link to cas_auth and unl_theme
+	ln -s ../../cas_auth cas_auth
+	ln -s ../../unl_theme unl_theme
 Create a database named unl_social
 Import the full_dump.sql file*
 	mysql -u root unl_social < stable_dump.sql
@@ -36,7 +38,6 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
 
 
 *******
-** Changes made to the Elgg engine for UNL's implementation (outside of the mod dir)
+** Changes made to the Elgg engine for UNL's implementation (changes made inside the elgg directory)
 *******
--Added /elgg/account/getemail.php
 -Altered /elgg/engine/lib/users.php to bar registration of accounts starting with "unl_"
\ No newline at end of file
-- 
GitLab