diff options
author | Leah Rowe <info@minifree.org> | 2017-04-04 00:46:45 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-04 00:46:45 +0100 |
commit | 8a9df82b28f7252fc241245a8bd41e310f350c05 (patch) | |
tree | 81dc46a4adc13f5b27f2d22fa7d492a7bed30172 /www/git.md | |
parent | 09bf40d40f9c15fdedbb045251020d1ea2095de8 (diff) | |
download | librebootfr-8a9df82b28f7252fc241245a8bd41e310f350c05.tar.gz librebootfr-8a9df82b28f7252fc241245a8bd41e310f350c05.zip |
git.md: Make it more clear how to clone the Libreboot git repository
Diffstat (limited to 'www/git.md')
-rw-r--r-- | www/git.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,6 +8,10 @@ the Git repositories where development is done. Development discussion is done on IRC and on the libreboot [subreddit](https://www.reddit.com/r/libreboot/) +Download Libreboot from the Git repository here: + +**git clone https://notabug.org/libreboot/libreboot**. + How can I help the libreboot project? -------------------------------------- @@ -89,7 +93,9 @@ Libreboot development is facilitated by *[git](https://git-scm.com/)*, a *distributed* version control system. You will need to install git (most distributions package it in their repositories). -Use this command, to download the repository: **git clone https://notabug.org/libreboot/libreboot**. +Use this command, to download the repository: + +**git clone https://notabug.org/libreboot/libreboot**. A new directory named ***libreboot*** will have been created, containing libreboot. |