summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2015-08-16 16:55:44 +0200
committercos <cos>2015-08-16 16:55:44 +0200
commit6e251b43d508a43dc9a2eec7fbaa6c8e0abff598 (patch)
tree89fcd4b074a0fdb78c1dd33f40995b67e2f2c915
parentf766d3ab76b29b4d7125ee724ac6a0ce13185571 (diff)
downloadmat-6e251b43d508a43dc9a2eec7fbaa6c8e0abff598.zip
Update README to correspond to present truth.
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 35a6b64..069ecfe 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Mat is small a recipe management, food planning & lunch box inventory system.
-It was written with the aim to help me, who hates cooking, to be able to eat at
-regular intervals when working in an area with no decent restaurants.
+It was written with the aim to help me, who used to hate cooking*, to be able
+to eat at regular intervals when working in an area with no decent restaurants.
If for some obscure reason, you would like to use this hackish beast, the first
thing you need to do is create a sqlite database with the following schema:
@@ -21,6 +21,10 @@ CREATE TABLE cookings (recipe_id INTEGER, date DATETIME, specific_energy INTEGER
All basic operations are performed using the perl script mat. It is possible to
get a crude list of commands available by running: "mat help".
+*) Now I actually quite fancy to cook, given that it is the creative & exciting
+ activity of trying out interesting recipes in the planned relaxed way that
+ this software enables me to it.
+
(Oh yeah! You might find the code quality & lack of design rubbish. That's
completely sane & so do I. I only ever code on this while also cooking. E.g.
when waiting for the stove & the oven to do its work.)