From a9566ec44f7f19c72a0cd887a072ff5ce61f260c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 17:22:49 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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…