From de56024039edded0ef40c02a7432fb168e91dd68 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Thu, 26 Nov 2020 13:07:04 -0600 Subject: [PATCH] chore: update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b04d9..39beee3 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,13 @@ An interactive interface where you can navigate the Mandelbrot Set.
E Zoom In + +### How to Use +With `cargo`, in the root directory run `cargo run --release` + ### TODO * Make Zooming feel more natural (where you zoom to is fixed, and not centered) * Make the amount of iterations done when calculating the Mandelbrot set configurable * preferrably with a keybind * Add colour to the program - * Black + White is kinda boring yeah? \ No newline at end of file + * Black + White is kinda boring yeah?