summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0efb02a10..db50a0dbb 100644
--- a/README.md
+++ b/README.md
@@ -93,9 +93,15 @@ To build:
# Build.
./tools/build.py
- # Run
+ # Run.
./out/debug/deno tests/002_hello.ts
+ # Test.
+ ./tools/test.py
+
+ # Format code.
+ ./tools/format.py
+
Other useful commands:
# Call ninja manually.