Update README.md

This commit is contained in:
2019-09-16 09:05:08 -04:00
committed by GitHub
parent ad584f526f
commit b231bd65b4
+8 -6
View File
@@ -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
```
<!-- ![bake icon](https://github.com/kennethreitz/bake/blob/master/ext/bake.png?raw=true) -->
---------------------