mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
Merge branch 'master' of github.com:kennethreitz/bashfile
This commit is contained in:
@@ -43,12 +43,28 @@ Options:
|
||||
|
||||
------------------
|
||||
|
||||
## Installation of `bake`:
|
||||
## Installing `$ bake`
|
||||
|
||||
**MacOS**:
|
||||
|
||||
```console
|
||||
$ pip install bake-cli
|
||||
$ brew install kennethreitz/-/bake
|
||||
==> Installing bake from kennethreitz/-
|
||||
…
|
||||
🍺 /usr/local/Cellar/bake/19-09-16: 1,563 files, 16.7MB, built in 11 seconds
|
||||
```
|
||||
|
||||
**Various Linux Distributions** (Python 3.6+):
|
||||
|
||||
```console
|
||||
$ pip3 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`
|
||||
|
||||
Reference in New Issue
Block a user