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