From de1eab74ef648ee09ad701e5c3714121872f36e1 Mon Sep 17 00:00:00 2001 From: jacob janzen Date: Sun, 28 Aug 2022 13:17:54 -0500 Subject: [PATCH] updated documentation --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3ab1193..9063384 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,22 @@ -# Bubbles +# Writhing Mass of Flesh This program procedurally generates a GIF that resembles a writhing mass of flesh. Originally, it was intended to be bubbles, but so it goes. -I strongly recommend compiling in release mode because of the large amount -of processing that has to happen: -``` -cargo build --release +The easiest way to download and compile this is simply +```sh +cargo install writhing_mass_of_flesh ``` -USAGE: +Alternatively, you can clone the repository and run +```sh +cargo build --release ``` - bubbles --width --height --frames --num-cells --out +and the program will be `./target/release/writhing_mass_of_flesh` + +USAGE: +```sh +writhing_mass_of_flesh --width --height --frames --num-cells --out ``` OPTIONS: