diff --git a/README.md b/README.md index 8ea9b22..2145f9b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -#### TinyEMU System Emulator +# TinyEMU System Emulator **This repo is a fork** of [Fabrice Bellard's TinyEMU project](https://bellard.org/tinyemu), a lightweight RISC-V and x86 emulator. Specifically migrating the project to -the current versions `enscriptem`. I provide a `flake.nix` dev shell too (cause I'm super nice). +the latest stable release of `enscriptem`. I provide a `flake.nix` dev shell too *(cause I'm super nice)*. -##### Compiling -###### Nix +## Compiling +### Nix ```bash nix develop makejs # alias for `make -f Makefile.js` @@ -15,7 +15,7 @@ make > ~~steal~~ *copy* `${pkgs.emscripten}/share/emscripten/cache` prior to `makejs`. > Refer to https://github.com/NixOS/nixpkgs/issues/139943 -###### Not Nix +### Not Nix ```bash make -f Makefile.js make