Fix links in README and add a step for installing

This commit is contained in:
Anthony Ricaud 2012-02-03 01:00:41 +01:00
Родитель 5d26cdf59d
Коммит f35f9edf19
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -15,8 +15,8 @@ for general technical documentation. In addition, there are project-specific
[bedrock docs][br-docs].
[playdoh]: https://github.com/mozilla/playdoh
[pd-docs]: http://mozilla.github.com/playdoh/
[br-docs]: http://mozilla.github.com/bedrock/
[pd-docs]: http://playdoh.readthedocs.org/
[br-docs]: http://bedrock.readthedocs.org/
Contributing
------------

Просмотреть файл

@ -38,6 +38,7 @@ works like django.::
git clone --recursive git://github.com/mozilla/bedrock.git
cd bedrock
cp settings/local.py-dist settings/local.py
./manage.py runserver
This section will be expounded soon.