diff --git a/README.md b/README.md index e7850c3..9c4f7b0 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,12 @@ project seeks to bridge all of these worlds into a single entrypoint — ideal The primary installation method of `bake`, today, is via `pip`: -
$ pip3 install bake-cli
+```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
+Successfully installed bake-cli-0.2.0 delegator.py-0.1.1 pexpect-4.7.0 ptyprocess-0.6.0
+```
This will always work, but it will not be the default recommendation.