summaryrefslogtreecommitdiffstats
path: root/site/git/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <fchmmr@minifree.lan>2015-10-29 23:48:15 (EDT)
committer Francis Rowe <fchmmr@minifree.lan>2015-10-29 23:48:15 (EDT)
commit03ae9327fcdcde3d99fe98199523bca9ead2bc62 (patch)
tree3a024be13cf24dfa264f468a71da3ebc18610a06 /site/git/index.php
parent291ce22fdbf433c447ec27a08e3a9da734f226be (diff)
downloadlibreboot.org-03ae9327fcdcde3d99fe98199523bca9ead2bc62.zip
libreboot.org-03ae9327fcdcde3d99fe98199523bca9ead2bc62.tar.gz
libreboot.org-03ae9327fcdcde3d99fe98199523bca9ead2bc62.tar.bz2
git page: make the download instructions easier to understand
Diffstat (limited to 'site/git/index.php')
-rw-r--r--site/git/index.php24
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>