From fc56d128f37ac683ad4f8239aaa2e00c6ca7267b Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Tue, 22 Jul 2025 04:45:51 +1000 Subject: [PATCH] README.md links readme.txt --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2145f9b..f7c213b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,13 @@ a lightweight RISC-V and x86 emulator. Specifically migrating the project to the latest stable release of `enscriptem`. I provide a `flake.nix` dev shell too *(cause I'm super nice)*. +This repo will mostly be a guide for embedding TinyEMU into your website (cause that's what I'm doing). +PS: there is no guide for Windows because I'm allergic and it scares me. +> For WAYYYY more information read Bellard's original [readme.txt](readme.txt) + + ## Compiling + ### Nix ```bash nix develop @@ -15,7 +21,7 @@ make > ~~steal~~ *copy* `${pkgs.emscripten}/share/emscripten/cache` prior to `makejs`. > Refer to https://github.com/NixOS/nixpkgs/issues/139943 -### Not Nix +### Other Unix Systems ```bash make -f Makefile.js make