diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 23:43:29 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 23:43:29 (EDT) |
commit | 291ce22fdbf433c447ec27a08e3a9da734f226be (patch) | |
tree | e22cd1496074a9f808e59140e97ecb390542377f /site | |
parent | e507a3f31127e0558b0fcd600e0b2c8c31a7e807 (diff) | |
download | libreboot.org-291ce22fdbf433c447ec27a08e3a9da734f226be.zip libreboot.org-291ce22fdbf433c447ec27a08e3a9da734f226be.tar.gz libreboot.org-291ce22fdbf433c447ec27a08e3a9da734f226be.tar.bz2 |
git page: clarify that the working directory needs to be the repo
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
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> |