From 43b76d5183388bdf2f0596cf3e6e6fae51a23673 Mon Sep 17 00:00:00 2001 From: Dave Wikoff Date: Thu, 17 Nov 2016 22:51:15 -0500 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a0a0116..82e4ee3 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,22 @@ Refer to the [Terminus Wiki](https://github.com/pantheon-systems/terminus/wiki/P **_Please download version 6.2.5 instead. Click on the `Looking for previous GA versions?` link to locate._** ## Examples: -`$ terminus site heidisql` -`$ terminus site heidi --site=my-company --env=dev` +Simply running the new site command "pancakes" or "pc" will auto-detect the application you have installed: -`$ terminus site sequelpro` +`$ terminus site pancakes` -`$ terminus site sequel --site=my-company --env=dev` +`$ terminus site pc` -`$ terminus site mysql-workbench` +`$ terminus site pc --site=my-site --env=dev` -`$ terminus site workbench --site=my-company --env=dev` +You can also be specific with the app you want if you have multiple installed: + +`$ terminus site pc --app=sequel` + +`$ terminus site pc --app=workbench` + +`$ terminus site pc --app=heidi` ## Windows: The plugin will automatically attempt to find the HeidiSQL executable within your `Program Files` directory. If your version of HeidiSQL is installed in a non-standard location or you are using the portable version of HeidiSQL, ensure the full path to heidisql.exe (including the executable itself) is set in the `TERMINUS_PANCAKES_HEIDISQL_LOC` environment variable. @@ -37,4 +42,4 @@ The plugin will automatically attempt to find the HeidiSQL executable within you Likewise, if your version of MySQL Workbench is installed outside the `Program Files` directory, make sure the `TERMINUS_PANCAKES_MYSQLWORKBENCH_LOC` environment variable is set. ## Help: -Run `terminus help site heidi|sequel|workbench` for help. +Run `terminus help site pancakes` for help.