summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.)