From 8a696a1e23cc94f4db71489cfb39d0cf9e2747a8 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 31 Oct 2019 20:49:35 -0400 Subject: [PATCH] Add "See it in action" section to README closes #15 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 080fd05..29b8949 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ manage to build and install Collapse OS without external resources (i.e. internet) on a machine of her design, built from scavenged parts with low-tech tools. +## See it in action + +Michael Schierl has put together [a set of emulators running in the browser that +run Collapse OS in different contexts][jsemul]. + +Using those while following along with the [User Guide](doc/) is your quickest +path to giving Collapse OS a try. + ## Organisation of this repository * `kernel`: Pieces of code to be assembled by the user into a kernel. @@ -39,3 +47,4 @@ for more information. [libz80]: https://github.com/ggambetta/libz80 [web]: https://collapseos.org +[jsemul]: https://schierlm.github.io/CollapseOS-Web-Emulator/