From 8f7ca7528b09c12256d4a256626383a253bf9f65 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 28 Apr 2017 10:42:55 +0800 Subject: [PATCH] #106 Minor tweaks to README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2590f5a..043b3a3 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,17 @@ This requires Git being installed. If you do not have Git installed, please visi Once you have Git installed, simply visit your Moodle mod directory and clone the repository using the following command. -git clone https://github.com/markn86/moodle-mod_customcert.git customcert +``` +git clone https://github.com/markn86/moodle-mod_customcert.git customcert +``` -Then checkout the branch corresponding to the version of Moodle you are running using the following command. +Then checkout the branch corresponding to the version of Moodle you are using with the following command. Make sure to replace MOODLE_32_STABLE with the version of Moodle you are using. -Note - replace MOODLE_32_STABLE with the version of Moodle you are using. +``` +git checkout MOODLE_32_STABLE +``` -git checkout MOODLE_32_STABLE - -Use git pull to update this repository periodically to ensure you have the most recent updates. +Use `git pull` to update this repository periodically to ensure you have the most recent updates. ### Download the zip @@ -30,7 +32,7 @@ Visit the [Moodle plugins website](https://moodle.org/plugins/mod_customcert "Mo ## More information -Please visit the [wiki page](https://docs.moodle.org/en/Custom_certificate_module "Wiki page") for more details. Please feel free to edit it. :) +Visit the [wiki page](https://docs.moodle.org/en/Custom_certificate_module "Wiki page") for more details. Also, it is a wiki, so please feel free to edit it. :) ## License