Update README.md

This commit is contained in:
2019-09-18 17:47:46 -04:00
committed by GitHub
parent 0c455a3e3a
commit 3e2da39f49
+7
View File
@@ -41,6 +41,13 @@
### Automate Workflows — Bootstrap Development Environments — Commit The Tasks
I love using `Makefile` for one-off **tasks** in projects.
The problem with doing this is that you can't use familiar bashisms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple adhoc use of arbitrary scripting languages (e.g. **Python**).
This project seeks to bridge all of these worlds into a single entrypoint — ideal for crosslanguage repositories
-------------------
## Installing `$ bake`