From 0cfeca4cfe32c535fd55b477af348035fcedaae8 Mon Sep 17 00:00:00 2001 From: Nabile Date: Mon, 23 Apr 2018 16:08:28 +0200 Subject: [PATCH] Added a README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aaad6b0 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# DotN64-web + +This is the home site of the emulator. + +## Requirements + +* [pandoc](https://pandoc.org/). + +## Building + +* `make`. If you can't observe changes (i.e. template updates) do `make clean && make` instead. +* Open `site/index.html`. \ No newline at end of file