From d83f729d562f4c166b519961bd5290e38e2fe864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Sun, 1 Dec 2013 17:13:09 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f0aca4..c808357 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Most complex ASCII fluid - Honorable mention +# Most complex ASCII fluid +Honorable mention Yusuke Endoh @@ -6,9 +7,9 @@ Yusuke Endoh ## Usage steps: * `git clone https://github.com/LeoColomb/FluidASCII.git` -* `cd endoh` -* `make` -* `./endoh1 < pour-out.txt` +* `cd FluidASCII` +* `make endoh1` +* `./endoh1 < configuration.txt` You can also `make endoh1_color` and run this binary instead to get colored output.