diff options
author | Leah Rowe <info@minifree.org> | 2018-06-09 15:13:18 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2018-06-09 15:17:17 +0100 |
commit | 7423bc922664b0ac074b8e33cdd3e85ebd8b5f2d (patch) | |
tree | aab5364c9e03d7aef321398c35ffe044b64919ef | |
parent | ded3faf08665c3004d2d76db851c1c5c86d32150 (diff) | |
download | librebootfr-7423bc922664b0ac074b8e33cdd3e85ebd8b5f2d.tar.gz librebootfr-7423bc922664b0ac074b8e33cdd3e85ebd8b5f2d.zip |
git page: link to actual instructions for how to use git
otherwise, how the hell does a user know what to do? we shouldn't just assume
that everyone knows how to use git. some of our contributors might be people
who just want to submit something to the documentation and they may never have
used git before
-rw-r--r-- | www/git.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ You can submit your patches via Information about how the Libreboot project is governed is documented in our [general management guidelines](management.md). +Libreboot development is done using the Git version control system. +Refer to the [official Git documentation](https://git-scm.com/doc) if you don't +know how to use Git. + Editing the website and documentation, wiki-style ------------------------------------------------- |