From 0a51b455a60ae8fd3a7ca9b2d32c4c2486227a0c Mon Sep 17 00:00:00 2001 From: Dave Stanton Date: Sun, 20 Jan 2013 16:31:14 -0500 Subject: [PATCH 1/2] Updating .gitignore to ignore virtualenv venv --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1fd2f27..12793d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +venv .gunicorn.pid *.log .sass-cache From 7073e80bd163ff4f49c3fa49d5607e26bc646c17 Mon Sep 17 00:00:00 2001 From: Dave Stanton Date: Sun, 20 Jan 2013 16:40:37 -0500 Subject: [PATCH 2/2] Updating README.md to provide notice that you need Git and Mercurial already installed before starting the install. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ba2626..2f354f3 100644 --- a/README.md +++ b/README.md @@ -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.