From 6828d8a0853ad5eb0b816d4aa8ef7c2326334f81 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 Sep 2019 22:41:58 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3521aed..f2bee16 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,11 @@ Options: ### Features 'n Things -- a `Bakefile`, which looks and feels like the good parts of a `Makefile`. -- except, you can write real bash code! +- A `Bakefile`, which looks and feels like the good parts of a `Makefile`. +- Except, you can write real bash code! +- Environment variables are explicitly passed or whitelisted (allowed), not inherinted from the parent shell. - Unlike `Makefile`, either tabs or 4 spaces can be used. +- Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root (e.g. location of the `Bakefile`). ![bake icon](https://github.com/kennethreitz/bake/blob/master/ext/bake.png?raw=true)