Update README.md

This commit is contained in:
2019-09-18 17:53:57 -04:00
committed by GitHub
parent d6b7d79a21
commit b510ce7b6f
+1 -1
View File
@@ -34,7 +34,7 @@
- Except, you can write real `bash` code!
- Environment variables are explicitly passed or whitelisted (allowed), not inherited 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`).
- Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root directory.
- There are many other benefits to this design, that have yet to be expressed in this document.
------------------