From d3c2d28249cb051a1d97160f22357046380a81b1 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 3 Jul 2017 10:35:00 -0400 Subject: Fix documentation markup Be consistent with marking up commands as such, so the documentation is less surprising. --- www/git.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/git.md') 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) -- cgit v1.2.3-70-g09d2