diff --git a/README.md b/README.md index 6cfa397..2230fcb 100644 --- a/README.md +++ b/README.md @@ -36,21 +36,21 @@ This project seeks to bridge all of these worlds into a single entrypoint — i
-$ cat Bakefile $ bake install
-install: install/node install/python + Executing install/node:
+$ cat Bakefile $ bake install
+install: install/node install/python + Executing install/node:
echo 'Your system is now setup for development!' | yarn install v1.17.3
-install/full: install/system install | info No lockfile found.
-install/python: @skip:key=Pipfile.lock | [1/4] Resolving packages...
+install/full: install/system install | info No lockfile found.
+install/python: @skip:key=Pipfile.lock | [1/4] Resolving packages...
pipenv install | [2/4] Fetching packages...
-install/node: @skip:key=yarn.lock | [3/4] Linking dependencies...
+install/node: @skip:key=yarn.lock | [3/4] Linking dependencies...
yarn install | [4/4] Building fresh packages...
-install/system: @confirm | success Saved lockfile.
+install/system: @confirm | success Saved lockfile.
brew install pipenv yarn | Done in 0.05s.
+ Executing install/python:
-python/format: | Installing dependencies from Pipfile.lock (f10bb0)…
+python/format: | Installing dependencies from Pipfile.lock (f10bb0)…
black . + Executing install:
| Your system is now setup for development!
-utils/argv: + Done.
+utils/argv: + Done.
set -u && echo "$HELLO: $@"
Rinse and repeat…
utils/deploy: @confirm:secure