From 1883dc950f8a5c2dc9dd3dc281a7c8a7c16e423f Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 26 Nov 2016 18:29:34 -0600 Subject: [PATCH] Changes to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b51ffc9..eba2e03 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ A C++ engine for procedural city generation by manipulating .obj models and outputing an .obj model of a city. Use cmake file included to generate project. -Current command line arguments required: (project directory)/data/(desired .obj model to use) output.obj +Usage: [executable] [template].obj output.obj [optional: -d for debugging output]