summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org
index f1d8197..5281abb 100644
--- a/README.org
+++ b/README.org
@@ -6,3 +6,9 @@ the =net= directory.
Exercises from 2.44 are written in Racket. These are under the =ex=
directory.
+Racket dependencies:
+
+#+begin_src sh
+raco pkg install sicp
+raco pkg install rackunit
+#+end_src