diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/site/git/index.php b/site/git/index.php index 123d240..ba3fe79 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -103,15 +103,23 @@ 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/> - <a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse repository via web</a> - </p> + <p> + Use this command, to download the repository:<br/> + <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/> + ...you can also <a href="<?php echo $lbFirmwareGitwebAddress; ?>">browse this repository on the web</a> + </p> + <p> + A new directory named <i><b>libreboot</b></i> will have been created, containing libreboot. + </p> <h3><?php echo gettext("Website. <i>Documentation is in the other repository</i>:"); ?></h3> - <p> - <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/> - <a href="<?php echo $lbWebsiteGitwebAddress; ?>">Browse repository via web</a> - </p> + <p> + Use this command, to download the repository:<br/> + <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/> + ...you can also <a href="<?php echo $lbWebsiteGitwebAddress; ?>">browse this repository on the web</a> + </p> + <p> + A new directory named <i><b>libreboot-website</b></i> will have been created, containing the libreboot website files. + </p> <p> <a href="#pagetop">Back to top of page</a> </p> |