diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-04 18:57:17 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-05 22:27:47 -0400 |
commit | 32f0c37a422ff3cc6bc448caf279478ef8a893bf (patch) | |
tree | 1a98e2535bf6a111b0828516772bcb664133d8aa /README.md | |
parent | e4990804fad279f055decf70c794ea5f22372641 (diff) |
Format
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. |