diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-10 11:23:23 -0500 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-01-10 18:13:48 +0100 |
commit | 904c69c4c654e4b55fd2f46a063dc995cbe00e41 (patch) | |
tree | ac0a7f2623f9f66a58e19705f7465ddf1b7f0807 /README.md | |
parent | cca3a9562bc41744a8fdb4fd8b185505ca9af1c3 (diff) |
Add some links to website
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -4,7 +4,7 @@ | :------------------------: | :------------------------: | | [![][tci badge]][tci link] | [![][avy badge]][avy link] | -## A secure TypeScript runtime built on V8 +## A secure JavaScript / TypeScript runtime built on V8 - Supports TypeScript out of the box. Uses a recent version of V8. That is, it's very modern JavaScript. @@ -50,6 +50,8 @@ - Aims to be browser compatible. +See the website for more info [deno.land](https://deno.land). + ## Install With Python: @@ -80,15 +82,8 @@ Try it: > deno https://deno.land/thumb.ts ``` -See also [deno_install](https://github.com/denoland/deno_install). - -## Status - -Under development. - -We make binary releases [here](https://github.com/denoland/deno/releases). - -Docs are [here](https://github.com/denoland/deno/blob/master/Docs.md). +See [deno_install](https://github.com/denoland/deno_install) for more +installation methods.. <!-- prettier-ignore --> [avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true |