diff options
author | Fbenas <philbeansburton@gmail.com> | 2018-05-07 16:02:04 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2018-05-07 16:02:04 +0100 |
commit | 547a843cc92af549883636dcf63a57b5454d64d8 (patch) | |
tree | 4f30480e89586943df39cc78e3fb16cb3a622dcd /README.md | |
parent | 640fc0de633e297085582dd50d8b28362dcdd8f1 (diff) |
Add example execution to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |