From 22e80fc702c4d89468ea3789207de840a0b5ecb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 17:33:14 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index db1235d..e8caec4 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,6 @@ This project seeks to bridge all of these worlds into a single entrypoint — i - Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root (e.g. location of the `Bakefile`). - See [advanced example](https://github.com/kennethreitz/bake#advanced-usage-sample) for further, juicy, details. -### Community / Contrib - -- [Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=kennethreitz.bake) — highlights `Bakefile`— adequately. - ------------------ ## Installing `$ bake` @@ -123,7 +119,9 @@ Options: --------------- +### Community / Contrib +- [Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=kennethreitz.bake) — highlights `Bakefile`— adequately. ### Team & Workflow Management @@ -180,13 +178,8 @@ $ bake utils/deploy Aborted. ``` -## Advanced Usage Sample -![advanced screenshot](https://github.com/kennethreitz/bake/blob/master/ext/screenshot.png?raw=true) - -Fancy, eh? - - +![bake icon](https://github.com/kennethreitz/bake/blob/master/ext/bake.png?raw=true) ---------------------