Skip to content

Commit

Permalink
fixing path in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Sep 30, 2010
1 parent fd94b7f commit 2fdfd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Quick Start (Django version)
$ cd mootools-depender $ cd mootools-depender
$ git submodule update --init $ git submodule update --init
$ virtualenv env $ virtualenv env
$ env/bin/python django/depender/setup.py develop $ env/bin/python django/setup.py develop
$ env/bin/python django/mootools/manage.py runserver $ env/bin/python django/mootools/manage.py runserver
Then open http://localhost:8000/depender/build?requireLibs=Core to get MooTools Core. Then open http://localhost:8000/depender/build?requireLibs=Core to get MooTools Core.
Expand Down

0 comments on commit 2fdfd18

Please sign in to comment.