diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 01:34:24 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-10 01:34:24 +0200 |
commit | 4dbb6328b9d614a5713eb7591ef4aa858871bb3d (patch) | |
tree | 442e3c870ba449a12467b4c752d4c6b51c3fb554 | |
parent | 110ddab670cbf477488cceeea2842c980942d7b8 (diff) |
deno2 readme adjustments
-rw-r--r-- | deno2/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno2/README.md b/deno2/README.md index 4e4eb7fe7..77d5d0b59 100644 --- a/deno2/README.md +++ b/deno2/README.md @@ -27,7 +27,7 @@ untenable. However, there's a lot of interest in Rust in the JS community and it seems like a reasonable choice. TBD. There are many people exploring the project, so care will be taken to keep the -original code functional while this is developed. However, once it's ready this +original code functional while this is developed. However, once it's ready the code in this deno2/ directory will be moved to the root. @@ -45,7 +45,7 @@ For linux you need these prereqs: First install the javascript deps. - cd js; yarn install + cd js; yarn install TODO(ry) Remove the above step by a deps submodule. |