From 547a843cc92af549883636dcf63a57b5454d64d8 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Mon, 7 May 2018 16:02:04 +0100 Subject: Add example execution to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c1da941..45b76f2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Available CLI options - -l - delivery location (postcode without spaces, e.g. NW43QB) - -c - number of people to feed +E.g. + +Example: +``` +php scripts/run.php -fdata/input.txt -c150 -lEC123 -t12:00 -d09/05/18 +``` # Design Decisions ## Coding style and standards -- cgit v1.2.3