docs: Update the docs

This commit is contained in:
Felix Rieseberg
2019-08-24 17:03:56 +02:00
parent 186a2a8ba9
commit 658fed75da
3 changed files with 14 additions and 10 deletions

View File

@@ -23,18 +23,23 @@ You'll likely be better off with an actual virtualization app, but the short ans
## Credits
99.999% of the work was done over at [v86](https://github.com/copy/v86/) by Copy.
99% of the work was done over at [v86](https://github.com/copy/v86/) by Copy.
## Contributing
Before you can run this from source, you'll need the disk image. It's not part of the
repository, but you can grab it using the `Show Disk Image` button from the packaged
release, which does include the disk image.
release, which does include the disk image. You can find that button in the
`Modify C: Drive` section.
Unpack the `images` folder into the `src` folder, creating this layout:
```
./src/images/windows95.img
- /images/windows95.img
- /images/default-state.bin
- /assets/...
- /bios/...
- /docs/...
```
Once you've done so, run `npm install` and `npm start` to run your local build.