summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-04 18:57:17 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-05 22:27:47 -0400
commit32f0c37a422ff3cc6bc448caf279478ef8a893bf (patch)
tree1a98e2535bf6a111b0828516772bcb664133d8aa /README.md
parente4990804fad279f055decf70c794ea5f22372641 (diff)
Format
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.