From 293267f012c59e7be42e95e9cd03503345fe9ee9 Mon Sep 17 00:00:00 2001 From: Mike Gran Date: Wed, 10 Feb 2021 10:11:03 -0800 Subject: [PATCH] Maybe (potato make) is a better name --- CHEATSHEET.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHEATSHEET.md b/CHEATSHEET.md index b5d3a65..a0875f4 100644 --- a/CHEATSHEET.md +++ b/CHEATSHEET.md @@ -8,7 +8,7 @@ Add this at the top of your build script. exec guile -s "$0" "$@" !# - (use-modules (studious-potato)) + (use-modules (potato make)) (initialize) Add this at the bottom of your build script