Update README.md

This commit is contained in:
2019-09-18 17:22:49 -04:00
committed by GitHub
parent 7622730504
commit a9566ec44f
+5 -5
View File
@@ -37,8 +37,8 @@ This project seeks to bridge all of these worlds into a single entrypoint — i
<div align="left">
<p></p>
<code>$ <strong>cat Bakefile</strong> $ <strong> bake install</strong>
<strong>install</strong>: install/node install/python + Executing install/node:
echo 'Your system is now setup for development!' | yarn install v1.17.3
<strong>install</strong>: install/node install/python + <strong>Executing install/node</strong>:
echo 'All ready!' | yarn install v1.17.3
<strong>install/full</strong>: install/system install | info No lockfile found.
<strong>install/python</strong>: @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...
<strong>install/system</strong>: @confirm | success Saved lockfile.
brew install pipenv yarn | Done in 0.05s.
+ Executing install/python:
+ <strong>Executing install/python</strong>:
<strong>python/format</strong>: | Installing dependencies from Pipfile.lock (f10bb0)…
black . + Executing install:
| Your system is now setup for development!
black . + <strong>Executing install</strong>:
| All ready!
<strong>utils/argv</strong>: + Done.
set -u && echo "$HELLO: $@"
Rinse and repeat…