README.md formatting

This commit is contained in:
Emile Clark-Boman 2025-07-22 04:36:47 +10:00
parent 047180fd7c
commit d89df70e35

View file

@ -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