about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-19 14:44:16 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-19 14:44:54 -0700
commitbb1a1ac2b6ef51ae9833706f939e421c82cbbd36 (patch)
treead2d0b528076665a89cbe481f5436df4790cb6b0 /Readme.md
parent3a2d36a93680f2e9eb2bd2a324e4fd83eda2cfdf (diff)
downloadmu-bb1a1ac2b6ef51ae9833706f939e421c82cbbd36.tar.gz
5704
Minor tweaks based on feedback from Max Bernstein.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index c75ed72b..f3200914 100644
--- a/Readme.md
+++ b/Readme.md
@@ -817,6 +817,24 @@ To falsify these hypotheses, here's a roadmap of the next few planned features:
 
 * Gradually streamline the bundled kernel, stripping away code we don't need.
 
+---
+
+If you're still reading, here are some more things to check out:
+
+a) Try running the tests:
+
+  ```shell
+  $ ./test_apps
+  ```
+
+b) Try skimming the source code. You should be able to get a pretty good sense
+for how things work just by skimming the files in order, skimming the top of
+each file and ignoring details lower down.
+[Some details on my unconventional approach to organizing projects.](http://akkartik.name/post/four-repos)
+
+c) Try working on [the starter exercises](https://github.com/akkartik/mu/pulls)
+(labelled `hello`).
+
 ## Credits
 
 Mu builds on many ideas that have come before, especially: