diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-11-13 11:34:43 +0000 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-11-13 11:34:43 +0000 |
| commit | 8810427bb8cf416334b0014fb13964b773e1a511 (patch) | |
| tree | af0d8e357942b495d663586b8d5fa7ff26665ddb | |
| parent | 3d6ea49818f9ab00bda199e89358861f5007cbbc (diff) | |
Readme to markdown format
| -rw-r--r-- | readme | 29 | ||||
| -rw-r--r-- | readme.md | 33 |
2 files changed, 33 insertions, 29 deletions
@@ -1,29 +0,0 @@ -GCSE AQA Computer Science Resources - -For compiled versions of the files (pdf): visit -https://mohit.uk/git/gcse/computer-science-aqa/ - -To clone this repository run - - git clone https://mohit.uk/gitserver/gcse/computer-science-aqa.git/ - -The main directory is notes, which consists of (relatively) concise -notes for the AQA specification. - -For any thoughts, suggestions, or comments, contact me at: -mohit.agarwal@sky.com. - -Licence - -[Creative Commons License] -This work is licensed under a Creative Commons Attribution-ShareAlike -4.0 International License. - -Dependencies - -In order to build the LaTeX, I use makefiles and XeLaTeX: - -- Make -- Linux/Unix coreutils (mostly cd) -- XeLaTex (TeXLive-full) -- The font used is called Sabon, which you can find online or change diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ce2390d --- /dev/null +++ b/readme.md @@ -0,0 +1,33 @@ +## GCSE AQA Computer Science Resources + +For compiled versions of the files (pdf): visit +<https://mohit.uk/git/gcse/computer-science-aqa/> + +To clone this repository run + + git clone https://mohit.uk/gitserver/gcse/computer-science-aqa.git/ + +The main directory is notes, which consists of (relatively) concise +notes for the AQA specification. + +For any thoughts, suggestions, or comments, contact me at: +mohit.agarwal@sky.com. + +Licence + +### License + +This work is licensed under the Creative Commons +Attribution-ShareAlike 4.0 International License. To view a copy of +this license, visit +<http://creativecommons.org/licenses/by-sa/4.0/> or send a letter +to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. + +### Dependencies + +In order to build the LaTeX, I use makefiles and XeLaTeX: + +- Make +- Linux/Unix coreutils (mostly cd) +- XeLaTex (TeXLive-full) +- The font used is called Sabon, which you can find online or change |
