diff --git a/README.md b/README.md index e583dfe..2e25b0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,26 @@ bash.academy ============ -The http://bash.academy website +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 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. + +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. + +