From 291ce22fdbf433c447ec27a08e3a9da734f226be Mon Sep 17 00:00:00 2001
From: Francis Rowe <fchmmr@minifree.lan>
Date: Thu, 29 Oct 2015 23:43:29 -0400
Subject: git page: clarify that the working directory needs to be the repo

---
(limited to 'site/git/index.php')

diff --git a/site/git/index.php b/site/git/index.php
index 8e0b392..123d240 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -146,11 +146,15 @@
 						to the git documentation.</b>
 					</p>
 					<p>
-						<?php echo gettext("Clone the git repository, and make your desired changes."); ?>
+						<?php echo gettext("Clone the git repository, and make your desired changes inside the newly created <i>libreboot</i> directory."); ?>
 						<?php echo gettext("You can make one or several commits (as many as you like)."); ?>
 						<?php echo gettext("Generally speaking, you should create separate commits on top of each other, for each kind of change."); ?>
 					</p>
 					<p>
+						When working with git, you will need your current working directory to be inside the <i>libreboot</i> directory that was just created.<br/>
+						$ <b>cd libreboot/</b>
+					</p>
+					<p>
 						<?php echo gettext("Once you have made your change(s), you can use this to check the status:"); ?><br/>
 						$ <b>git status</b>
 					</p>
--
cgit v0.9.1