From 615a51a4eff35d9f26c121e5042607ca345f5f2b Mon Sep 17 00:00:00 2001 From: detom2008 Date: Wed, 3 Aug 2016 13:52:07 +0200 Subject: [PATCH 1/4] 1) Adding changes to README.md for assignment question --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e583dfe..bebb836 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,23 @@ bash.academy ============ The http://bash.academy website + +**What to use bash academy for ** + +Bash academy can be used in the following instances : + +1. As a self teaching learning resource for anyone needing to learn how to use the bash shell. This includes beginners or people who are not familiar with the bash shell. + +2. As a reference for bash users to look up syntax and uses for specific commands. + +3. As a teaching aid for anyone teaching people how to use bash. +** +When to use bash academy and how to use it** + + Bash academy can be downloaded onto a local storage medium and can be accessed via a web browser. Alternatively, one can host into onto a web server and make it available to other users eg. students. + + Bash academy can be used whilst using the bash shell to look up commands via the easy to navigate interface. For teaching or learning purposes one can work through the respective sections in the order they have been presented or jump to a specific section which one wants to learn. The section on bash games(which is still to be completed) will also be a valuable and effective tool for revising concepts and testing one's skills. + +The platform that bash academy is built upon also allows content to be easily edited and extended so teachers can update content if they need to do so. If one is using it as a reference, extra notes, caveats and snippets can be added for easy access later one when the need might arise. + + From 6a9e333411df8321d83df0010e16070a54dc5509 Mon Sep 17 00:00:00 2001 From: detom2008 Date: Wed, 3 Aug 2016 15:24:09 +0200 Subject: [PATCH 2/4] 1) change to readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bebb836..8d2b448 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ bash.academy ============ -The http://bash.academy website +The http://bash.academy website **What to use bash academy for ** From 1a5284591446dc17a4c3af02aaff242b64eba8c2 Mon Sep 17 00:00:00 2001 From: detom2008 Date: Wed, 3 Aug 2016 17:28:44 +0200 Subject: [PATCH 3/4] 1)Updated formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d2b448..788ccdf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ bash.academy The http://bash.academy website -**What to use bash academy for ** +What to use bash academy for +==================================== Bash academy can be used in the following instances : @@ -12,8 +13,9 @@ Bash academy can be used in the following instances : 2. As a reference for bash users to look up syntax and uses for specific commands. 3. As a teaching aid for anyone teaching people how to use bash. -** -When to use bash academy and how to use it** + +When to use bash academy and how to use it +================================================ Bash academy can be downloaded onto a local storage medium and can be accessed via a web browser. Alternatively, one can host into onto a web server and make it available to other users eg. students. From 59566238893693048a60e13da1e194b28026f04d Mon Sep 17 00:00:00 2001 From: detom2008 Date: Fri, 5 Aug 2016 20:01:23 +0200 Subject: [PATCH 4/4] Corrected Grammar and typos. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 788ccdf..2e25b0c 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ bash.academy The http://bash.academy website -What to use bash academy for +What to use Bash Academy for ==================================== -Bash academy can be used in the following instances : +Bash Academy can be used in the following instances : 1. As a self teaching learning resource for anyone needing to learn how to use the bash shell. This includes beginners or people who are not familiar with the bash shell. @@ -17,10 +17,10 @@ Bash academy can be used in the following instances : When to use bash academy and how to use it ================================================ - Bash academy can be downloaded onto a local storage medium and can be accessed via a web browser. Alternatively, one can host into onto a web server and make it available to other users eg. students. + Bash Academy can be downloaded onto a local storage medium and can be accessed via a web browser. Alternatively, one can host it on a web server and make it available to other users eg. students. - Bash academy can be used whilst using the bash shell to look up commands via the easy to navigate interface. For teaching or learning purposes one can work through the respective sections in the order they have been presented or jump to a specific section which one wants to learn. The section on bash games(which is still to be completed) will also be a valuable and effective tool for revising concepts and testing one's skills. + Bash Academy can be used whilst using the bash shell to look up commands via the easy to navigate interface. For teaching or learning purposes one can work through the respective sections in the order they have been presented or jump to a specific section which one wants to learn. The section on bash games(which is still to be completed) will also be a valuable and effective tool for revising concepts and testing one's skills. -The platform that bash academy is built upon also allows content to be easily edited and extended so teachers can update content if they need to do so. If one is using it as a reference, extra notes, caveats and snippets can be added for easy access later one when the need might arise. +The platform that bash academy is built upon also allows content to be easily edited and extended so teachers can update content if they need to do so. If one is using it as a reference, extra notes, caveats and snippets can be added for easy access later on when the need might arise.