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