aboutsummaryrefslogtreecommitdiff
path: root/www/git.md
diff options
context:
space:
mode:
authorMichael Reed <top@secret>2017-07-03 10:35:00 -0400
committerMichael Reed <top@secret>2017-07-03 10:40:42 -0400
commitd3c2d28249cb051a1d97160f22357046380a81b1 (patch)
tree802360ba86c7bc0b2ef34f4db4a5cb084fce0ad7 /www/git.md
parent669eb00680e3c14b746f162a197737f592a50bb4 (diff)
downloadlibrebootfr-d3c2d28249cb051a1d97160f22357046380a81b1.tar.gz
librebootfr-d3c2d28249cb051a1d97160f22357046380a81b1.zip
Fix documentation markup
Be consistent with marking up commands as such, so the documentation is less surprising.
Diffstat (limited to 'www/git.md')
-rw-r--r--www/git.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/git.md b/www/git.md
index 69572d8a..914bb5c5 100644
--- a/www/git.md
+++ b/www/git.md
@@ -3,9 +3,9 @@ title: Information about sending patches for review
x-toc-enable: true
...
-Download Libreboot from the Git repository here:
+Download Libreboot from the Git repository like so:
-**git clone https://notabug.org/libreboot/libreboot.git**
+ $ git clone https://notabug.org/libreboot/libreboot.git
You can submit your patches via
[Notabug pull requests](#how-to-submit-your-patches-via-pull-requests) or
@@ -17,7 +17,7 @@ Information about how the Libreboot project is governed is documented in our
Editing the website and documentation, wiki-style
-------------------------------------------------
-The website and documentation is inside the **www** directory in the
+The website and documentation is inside the `www` directory in the
[Git repository](#how-to-download-libreboot-from-the-git-repository), in
Pandoc flavoured Markdown. The website is generated into static HTML via Pandoc
with the following scripts in that directory:
@@ -68,9 +68,9 @@ How to download Libreboot from the Git repository
In your terminal:
-**git clone https://notabug.org/libreboot/libreboot.git**
+ $ git clone https://notabug.org/libreboot/libreboot.git
-A new directory named ***libreboot*** will have been created, containing
+A new directory named `libreboot` will have been created, containing
libreboot.
How to submit your patches (via pull requests)