From a672228b09369094acbeb1c106f8d62d6ff60746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 17:06:18 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 942006d..9f3c3de 100644 --- a/README.md +++ b/README.md @@ -36,24 +36,24 @@ This project seeks to bridge all of these worlds into a single entrypoint — i
     

- $ cat Bakefile` -install: install/node install/python -install/full: install/system install +$ cat Bakefile +install: install/node install/python +install/full: install/system install -install/python: @skip:key=Pipfile.lock +install/python: @skip:key=Pipfile.lock pipenv install -install/node: @skip:key=yarn.lock +install/node: @skip:key=yarn.lock yarn install -install/system: @confirm +install/system: @confirm brew install pipenv yarn -python/format: +python/format: black . -utils/argv: +utils/argv: set -u && echo "$HELLO: $@" -utils/deploy: @confirm:secure +utils/deploy: @confirm:secure exit 0