From b7747596407fd29fa3b3ccddb4af93c4da9e1e47 Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 00:46:56 -0700
Subject: [PATCH] clarify where the git repository is created (on the remote
 server, under ~app/git)

---
 docs/AWS_DEPLOYMENT.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md
index 17495581c..6ec23c5ee 100644
--- a/docs/AWS_DEPLOYMENT.md
+++ b/docs/AWS_DEPLOYMENT.md
@@ -131,8 +131,8 @@ There are several things that are pre-configured for your pleasure:
 
   1. ssh keys: your public key is copied up to the server for passphraseless
      ssh access.
-  2. Git support: an 'app' user is created with a repository under `~/git`
-     that you can push to
+  2. Git support: an 'app' user is created with a repository under `~app/git`
+     on the server, that you can push to.
   3. `post-update` hook: the code that runs after you push to update and
      restart your servers
   4. nginx with SSL and 503 support - you'll get SSL for free and will see
-- 
GitLab