From b231bd65b4c332a3d77252295f47f0448b3d5e2c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 09:05:08 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1f835f9..426bfd3 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ Options: - Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root (e.g. location of the `Bakefile`). - See [advanced example](https://github.com/kennethreitz/bake#advanced-usage-sample) for further, juicy, details. +------------------ + +## Installation of `bake`: + +```console +$ pip install bake-cli +``` + --------------- ## `$ cat Bakefile` @@ -110,12 +118,6 @@ Aborted. Fancy, eh? -## Simple Installation of `bake`: - -```console -$ pip install bake-cli -``` - ---------------------