From 5bb9faa24afffbb106edef5644ac90f10e435ea1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 16 Sep 2019 00:27:53 -0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index adde1fa..c24400d 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,18 @@ bash-vars: echo "HELLO, $WHO" echo $@ -# This will make you do a simple math question before proceeding. -dangerous-example: @confirm:secure - rm -fr * python-deps: pipenv install node-deps: yarn install - + system-deps: @confirm brew install pipenv + +# This will make you do a simple math question before proceeding. +dangerous-example: @confirm:secure + rm -fr * ``` ### `$ bake --list` @@ -73,10 +74,10 @@ system-deps: @confirm - full-install - install - argv-example - - dangerous-example - python-deps - node-deps - system-deps + - dangerous-example ```