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 -``` - ---------------------