Skip to content

Commit

Permalink
Cleaning up README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Feb 3, 2012
1 parent 0a09027 commit 556b3cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.txt
@@ -1,4 +1,4 @@
To run locally, do the usual:
To run locally, do the usual::

1. Create a virtualenv
2. Install dependencies::
Expand All @@ -13,7 +13,8 @@ To run locally, do the usual:
4. Create a 'secrets.json' file in the directoy above the checkout, containing
something like::

{ "secret_key": "xyz" }
{ "secret_key": "xyz",
"superfeedr_creds": ["any@email.com", "some_string"] }

5. Set up DB::

Expand All @@ -22,7 +23,7 @@ To run locally, do the usual:

and::

./manage.py sycndb --docs
./manage.py syncdb --docs

if you want to run docs site.

Expand Down

0 comments on commit 556b3cf

Please sign in to comment.