diff --git a/README b/README
index 40a4dacee90661a0ad34dbae2f1ddba442d78fe5..b687f4a66d019fe7e07b0ac3a6a990c28f4c5b81 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