added README

This commit is contained in:
Yann Esposito (Yogsototh) 2015-07-20 00:48:37 +02:00
parent 30b557eeda
commit 5ed4c915de

8
README.md Normal file
View file

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