diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt
index 0968339bcb6f2833a58d83f00b85b5e8cd8a1412..50569acf7eab61409bce3ac35a0e8846f336ea07 100644
--- a/docs/INSTALL.txt
+++ b/docs/INSTALL.txt
@@ -45,14 +45,28 @@ special privileges to create.
 	cp application/configs/application.ini.sample application/configs/application.ini
 
 	# Config parameters you might need to change:
- 	resources.frontController.baseUrl
- 	resources.db.params.*
- 	unl.templates.options.version
- 	unl.templates.options.templatedependentspath
- 	ldap.*
- 	bulletin.github.*
+ 	# resources.frontController.baseUrl
+ 	# resources.db.params.*
+ 	# unl.templates.options.version
+ 	# unl.templates.options.templatedependentspath
+ 	# ldap.*
+ 	# bulletin.github.*
 
 
 7. Copy default .htaccess and make changes as necessary.
 
 	cp .htaccess.sample .htaccess
+
+8. Set up Apache and your virtual host (TODO).
+
+9. Place a copy of the bulletin repository in the application folder. In order
+to get all of the embeded notes, this currently requires a copy of the
+repository from production.
+
+10. Set up the local bulletin repository remotes.
+
+	cd bulletin.git
+	# For production
+	git remote rm origin
+	git remote add origin https://unl-creq:<password>@github.com/unl-creq/UNL_UndergraduateBulletin.git
+	git remote add upstream https://github.com/unl/UNL_UndergraduateBulletin.git