From 42fadfa61d41d544758d9e2347489bf19971021a Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 29 May 2020 02:00:59 +0530 Subject: [PATCH] Adds NOTES link to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0486258..3b81c8d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Working my way through the [Nand to Tetris Course](https://www.nand2tetris.org/) - Download the latest `nand2tetris.zip` from the book website, and overwrite everything in the `projects` and `tools` directory. - Remember to run `chmod +X tools/*.sh` if you're on \*nix. +My notes are in [NOTES.md](NOTES.md). + ## [Project 1: Boolean Logic](https://www.nand2tetris.org/project01) Build order as per the website. Cost for each gate in NAND in brackets.