Merge pull request #35 from gotoplanb/master

Explicitly states pre-installation requirements of Git and Mercurial.
master
Nick Sergeant 2013-01-20 16:28:35 -08:00
commit a3dce97507
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
venv
.gunicorn.pid
*.log
.sass-cache

View File

@ -2,8 +2,9 @@
This is the codebase for the website, [Snipt.net](https://snipt.net/).
It's a relatively well-kept Django app, so you shouldn't have too many problems
getting a local copy running.
It's a relatively well-kept Django app, so you shouldn't have too many problems getting a local copy running.
These instructions assume you already have [Git](http://git-scm.com/) and [Mercurial](http://mercurial.selenic.com/) installed via your OS package manager or from source.
If you need help, visit `#snipt` on irc.freenode.net.