From 52a40f44f09944879427264a6b07e8f1d0912b81 Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Fri, 22 May 2020 18:52:20 -0400 Subject: [PATCH] Added a note that debugging must be turned on before sourcing ticktick.sh. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d7b33c..e4ea7df 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Miscellaneous * Clear all variables: You can erace any JSON you have created/imported with the `tickReset` routine. #### __tick_var_debug - See the interim bash code - * Dry run (display compiled code): TickTick is a mini-compiler that emits bash. If you declare `export __tick_var_debug=1` at the top of your code, then the code will not run but instead print what it would have run. + * Dry run (display compiled code): TickTick is a mini-compiler that emits bash. If you declare `export __tick_var_debug=1` at the top of your code (before you source ticktick.sh), then the code will not run but instead print what it would have run. Bash variables ($) in JSON ---