README.md formatting
This commit is contained in:
parent
047180fd7c
commit
d89df70e35
1 changed files with 5 additions and 5 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue