summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-23 11:34:09 -0400
committerBert Belder <bertbelder@gmail.com>2018-08-23 19:03:35 +0200
commit1355803849aebab738b5f704386a034463192aab (patch)
treeb50cf8453ea321a58732aed9ada869ed8d0177bc
parent68d388229ea6ada339d68eb3d67feaff7a31ca97 (diff)
Update Readme with link to releases.
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index b0b896b60..d8213f57f 100644
--- a/README.md
+++ b/README.md
@@ -55,12 +55,10 @@
Under development.
-The prototype golang implementation is
-[here](https://github.com/denoland/deno/tree/golang). We are in the process of
-rewriting in C++/Rust to avoid future GC contention between Go and V8.
+We make binary releases [here](https://github.com/denoland/deno/releases).
-Progress towards first release is tracked
-[here](https://github.com/denoland/deno/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22v0.1+%28first+binary+release%29%22+).
+Progress towards future releases is tracked
+[here](https://github.com/denoland/deno/milestones).
Roadmap is [here](https://github.com/denoland/deno/blob/master/Roadmap.md).
Also see [this presentation](http://tinyclouds.org/jsconf2018.pdf).