From 59c4e76208861133c85b046d1063a2b0510d2dbd Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 25 Jul 2018 15:17:31 -0500 Subject: [PATCH] rev shortcuts --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a4692d..8162e20 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,19 @@ Review the [Dockerfile](https://github.com/embark-framework/embark-docker/blob/m ### Shortcuts -The following are equivalent: +These are equivlent: + +``` shell +run_embark +``` +``` shell +run_embark run +``` +``` shell +run_embark embark run +``` + +The following are also equivalent: ``` shell run_embark demo @@ -46,10 +58,10 @@ run_embark demo run_embark embark demo ``` -These are also equivlent: +The same is true for the rest of the `embark` commands. To see the full list: ``` shell -run_embark +run_embark --help ``` ``` shell run_embark embark run