diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | readme.md | 4 |
2 files changed, 3 insertions, 5 deletions
@@ -1,5 +1,5 @@ install: - cd notes && make && make && make - cd notes && cp target/paper.pdf /var/www/git-bin/gcse/computer-science-aqa/notes.pdf + # cd notes && make && make && make + # cd notes && cp target/paper.pdf /var/www/git-bin/gcse/computer-science-aqa/notes.pdf #cd tests/1-data-rep && make && make && make #cd tests/1-data-rep && cp target/paper.pdf /var/www/git/gcse/computer-science-aqa/1-data-rep-test.pdf @@ -1,7 +1,7 @@ ## GCSE AQA Computer Science Resources For compiled versions of the files (pdf): visit -<https://mohit.uk/git/gcse/computer-science-aqa/> +<https://mohit.uk/git-bin/gcse/computer-science-aqa/> To clone this repository run @@ -13,8 +13,6 @@ 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 |
