From 03ae9327fcdcde3d99fe98199523bca9ead2bc62 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 29 Oct 2015 23:48:15 -0400 Subject: git page: make the download instructions easier to understand --- (limited to 'site/git/index.php') 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).

This also contains the documentation:"); ?>

-

- git clone
- Browse repository via web -

+

+ Use this command, to download the repository:
+ git clone
+ ...you can also browse this repository on the web +

+

+ A new directory named libreboot will have been created, containing libreboot. +

Documentation is in the other repository:"); ?>

-

- git clone
- Browse repository via web -

+

+ Use this command, to download the repository:
+ git clone
+ ...you can also browse this repository on the web +

+

+ A new directory named libreboot-website will have been created, containing the libreboot website files. +

Back to top of page

-- cgit v0.9.1