diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |