diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2019-09-07 03:31:56 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-06 22:31:56 -0400 |
commit | 8e3c879d1387d8b618904bf0bc8bc23e77a1114c (patch) | |
tree | 7fa1b71bfcf0e4bee453d1e25caa00a9cf342565 /website/manual.md | |
parent | 699d2ae4bb59babdbd73144635ed4a41869253ce (diff) |
Add default-run (+ clean up old references) (#2876)
Diffstat (limited to 'website/manual.md')
-rw-r--r-- | website/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index ee6006b4b..600e4fecc 100644 --- a/website/manual.md +++ b/website/manual.md @@ -160,7 +160,7 @@ cargo build -vv ./target/debug/deno tests/002_hello.ts # Test. -CARGO_TEST=1 ./tools/test.py +./tools/test.py # Format code. ./tools/format.py |