From 5ed4c915de2c0e01aec0b1b280bf76bef470e8f4 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 20 Jul 2015 00:48:37 +0200 Subject: [PATCH] added README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..56529fe --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Mandelbulb + +## Install + +1. Install [`stack`](https://github.com/commercialhaskell/stack) +2. clone the project: `git clone https://github.com/yogsototh/hglmandel.git` +3. `stack build && stack exec hglmandel` +4. Enjoy!