diff options
Diffstat (limited to 'site/git')
-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/> |