From f5f2ae87d723ac2af88495ce5eadb573902c25ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 10:08:18 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 426bfd3..a1d8126 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,25 @@ Options: ## Installation of `bake`: +**MacOS**: + +```console +$ brew install kennethreitz/-/bake +==> Installing bake from kennethreitz/- +… +🍺 /usr/local/Cellar/bake/19-09-16: 1,563 files, 16.7MB, built in 11 seconds + +**Linux**: + ```console $ pip install bake-cli +Collecting bake-cli +… +Successfully installed bake-cli-0.2.0 delegator.py-0.1.1 pexpect-4.7.0 ptyprocess-0.6.0 ``` +✨🍰✨ + --------------- ## `$ cat Bakefile`