From 5e823c5f5a9a51f9f89681684e77636b32cb5669 Mon Sep 17 00:00:00 2001 From: Mike Gran Date: Sun, 14 Feb 2021 20:01:35 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fba2b4b..3bd06ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CHEATSHEET FOR POTATO MAKE +# POTATO MAKE Potato Make is a scheme library that aims to simplify the task of maintaining, updating, and regenerating programs. It is inspired by @@ -82,6 +82,7 @@ command-line arguments. The command-line arguments are the following, A hash table called `%makevars` has string keys. These procedures are syntax that add quotation marks around `key`, so you call them without the quotes on `key`. The returned value of `$` is a string, or an empty string on failure. +You define makevars in the script, in the environment, or on the command line. ($ KEY) -> "VAL"