diff --git a/README.md b/README.md index 0850df7..e63c749 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ git clone --recurse-submodules cd npm install -npm init +npm run init ``` ### Testing @@ -32,3 +32,15 @@ or ```text npm run test:linux ``` + +##### Test with gas + +```text +npm run test:gas:windows +``` + +or + +```text +npm run test:gas:linux +```