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