diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 17:23:26 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 17:23:26 (EDT) |
commit | 208e9c842c23121322fa1b5f7b5b83ab09404568 (patch) | |
tree | e26c222ce5f232ebc7085ee1e9b31b8e13559de0 /site | |
parent | 64e59767704e2ad30573657f12c1a0a1bd7964e4 (diff) | |
download | libreboot.org-208e9c842c23121322fa1b5f7b5b83ab09404568.zip libreboot.org-208e9c842c23121322fa1b5f7b5b83ab09404568.tar.gz libreboot.org-208e9c842c23121322fa1b5f7b5b83ab09404568.tar.bz2 |
git page: clarify that the user needs to have git installed
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/git/index.php b/site/git/index.php index ed84acd..ca685be 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -59,6 +59,10 @@ <div> <h2 id="download"><?php echo gettext("How to download"); ?> <span class="r"><a href="#download">#download</a></span></h2> + <p> + Libreboot development is facilated by <i><a href="https://git-scm.com/">git</a></i>, a <i>distributed</i> version control system. + You will need to install git (most GNU/Linux distributions package it in their repositories). + </p> <h3><?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?></h3> <p> <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/> |