Index: README
===================================================================
--- README	(revision 6196)
+++ README	(revision 6217)
@@ -11,11 +11,9 @@
 
 = Hacking =
-Install django 0.96 Follow the website, via macports
-`sudo port install py25-django-devel`
-Do a svn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
-it as SVNROOT
+Install Django trunk revision 8354 to $DJANGOROOT
 
-$ mv $SVNROOT/sampleserver/settings.py.tmpl $SVNROOT/sampleserver/settings.py 
-$ Alter DJANGOROOT to match $SVNROOT
+$svn co -r 8354 http://code.djangoproject.com/svn/django/trunk/ $DJANGOROOT
+$ cd $DJANGOROOT 
+$ ./sudo python setup.py install
 
 To create the database:
