diff --git a/README.md b/README.md index a4ab2d2..34d7cc9 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ 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:
- echo 'Your system is now setup for development!' | yarn install v1.17.3
+install: install/node install/python + Executing install/node:
+ echo 'All ready!' | yarn install v1.17.3
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...
@@ -46,10 +46,10 @@ This project seeks to bridge all of these worlds into a single entrypoint — i
yarn install | [4/4] Building fresh packages...
install/system: @confirm | success Saved lockfile.
brew install pipenv yarn | Done in 0.05s.
- + Executing install/python:
+ + Executing install/python:
python/format: | Installing dependencies from Pipfile.lock (f10bb0)…
- black . + Executing install:
- | Your system is now setup for development!
+ black . + Executing install:
+ | All ready!
utils/argv: + Done.
set -u && echo "$HELLO: $@"
Rinse and repeat…