summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/git/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/git/index.html b/docs/git/index.html
index 02f4225..2178021 100644
--- a/docs/git/index.html
+++ b/docs/git/index.html
@@ -80,8 +80,8 @@
</p>
<p>
- Since libreboot makes extensive use of git, you need to setup git properly. If you haven't setup
- git yet, the minimum requirement is:<br/>
+ Since libreboot makes extensive use of git, you need to configure git properly. If you have not yet configured
+ git, then the minimum requirement is:<br/>
$ <b>git config --global user.name "Your Name"</b><br/>
$ <b>git config --global user.email your@emailaddress.com</b><br/>
This is what will also appear in git logs if you ever commit your own changes to a given repository. For