diff --git a/README.md b/README.md index 8cb2a7cdc386aafc979a777299de5ffc8553d79c..7e9d65f27592362a824439fa9e1768950641f0f1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Requirements: Bash and Docker. - Setup $ esap/setup @@ -20,21 +19,17 @@ Build $ esap/build - Run $ esap/run + +Popluate with demo data + $ esap/populate Play Head to https://localhost - - -Logs - - $ esap/logs - Clean @@ -48,6 +43,18 @@ To get live code changes in the ESAP GUI, uncomment the "volumes" section fot th ### Extras +List all running services + + # esap/ps + +View logs + + $ esap/logs + +Open a shell in a service + + # esap/shell service_name + Build a specific service # esap/build service_name @@ -60,13 +67,7 @@ View logs of a specific service # esap/logs service_name -List all running services - - # esap/ps -Open a shell in a service - - # esap/shell service_name