summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2018-05-07 16:02:04 +0100
committerFbenas <philbeansburton@gmail.com>2018-05-07 16:02:04 +0100
commit547a843cc92af549883636dcf63a57b5454d64d8 (patch)
tree4f30480e89586943df39cc78e3fb16cb3a622dcd
parent640fc0de633e297085582dd50d8b28362dcdd8f1 (diff)
Add example execution to readme
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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