Add REPL
diff --git a/notes.txt b/notes.txt
index f9d7a80..fe6f185 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,4 +1,12 @@
-export QT_LOGGING_RULES="*.debug=true"
+SETUP
+
+	If you don't get console output from REFAL run:
+	export QT_LOGGING_RULES="*.debug=true"
+
+
+DEPENDENCIES
+
+	Install libedit-dev and libqt5core5a
 
 
 OPTIMIZATION POSSIBILITIES:
@@ -14,4 +22,3 @@
 
 	- Pattern matching and delegation (which sentence of a function do we choose to evaluate)
 	- Expression evaluation (how do we expand an AstNode stream into a Token stream)
-	
\ No newline at end of file