s/bashf/bake

This commit is contained in:
2019-09-15 13:03:03 -04:00
parent 11c961c775
commit d4dd7a2e9f
+3 -3
View File
@@ -1,4 +1,4 @@
# `bashf`— Kinda like Make & Bash, combined.
# `bake`— Kinda like Make & Bash, combined.
I love using `Makefile`s for one-off tasks in projects. The problem with doing this, is you can't use familiar bashisms when doing so, as GNU Make doesn't use the familiar Bash sytnax. This project seeks to bridge these works.
@@ -29,6 +29,6 @@ Unlike `Makefile`, either tabs or 4 spaces can be used.
## Installation
Install `bashf` via:
Install `bake` via:
$ brew install kennethreitz/-/bashf --head
$ brew install kennethreitz/-/bake --head