From 4bcabf5f578d4bdab8e13b5f208d4663f0e6a01e Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Thu, 13 Aug 2009 15:41:03 +0000
Subject: [PATCH] Update readme, add svn:ignore on the elgg_data directory.

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 9d8dd712..0b922496 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ Run the setup.sh script to symlink all the necessary plugins
 	./setup.sh
 Create a database named unl_social
 Import the full_dump.sql file*
-	mysql -u root unl_social < stable_dump.sql
+	mysql -u root unl_social < full_dump.sql
 Browse to the elgg directory in your web browser.
 Create the local elgg/.htaccess file using the sample on the install page
 	Be sure to set the correct RewriteBase /~bbieber/UNL_Elgg/elgg/ for example.
-- 
GitLab