From 965fc5a336ccf28971df9f44553beb99fabaa08d Mon Sep 17 00:00:00 2001 From: Lee Matos Date: Mon, 24 Feb 2020 20:24:06 -0500 Subject: [PATCH] Update testing steps in readme.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 051102735..ab0bae704 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,14 @@ npm install -g esy@0.5.7 - `esy install` - `esy '@test' install` -### Building +### Building from Head - `esy build` -### Running tests +### Running tests in a testing environment - `esy '@test' build` +- `esy '@test' x run-tests.sh` (This will compile your code first and all tests) ## FAQ