From d4dd7a2e9f5216ccb7455c95b1bbd721f183f0e1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 Sep 2019 13:03:03 -0400 Subject: [PATCH] s/bashf/bake --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d9c5c3..ec81333 100644 --- a/README.md +++ b/README.md @@ -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 bash–isms 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