Skip to content

Commit

Permalink
Merge pull request twoscoops#38 from 11craft/master
Browse files Browse the repository at this point in the history
Correct URL for downloading ZIP of this repo from Github
  • Loading branch information
pydanny committed May 20, 2013
2 parents b4436fd + 22727b5 commit f65da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Creating your project
To create a new Django project called '**icecream**' using
django-twoscoops-project, run the following command::

$ django-admin.py startproject --template=https://github.com/twoscoops/django-twoscoops-project/zip/master --extension=py,rst,html icecream
$ django-admin.py startproject --template=https://github.com/twoscoops/django-twoscoops-project/archive/master.zip --extension=py,rst,html icecream

Installation of Dependencies
=============================
Expand Down

0 comments on commit f65da31

Please sign in to comment.