From f74cc54da265a822a558a5045795c29238e21c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20=F0=9F=91=A8=F0=9F=8F=BD=E2=80=8D=F0=9F=92=BB=20Copl?= =?UTF-8?q?an?= Date: Fri, 7 Apr 2023 10:28:54 -0700 Subject: [PATCH] docs(README): document Deno bug Summary: Reference blockers for quickly developing tea. https://github.com/denoland/deno/issues/11547 and https://github.com/denoland/deno/issues/18631 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 850ae80f..3fdeb47a 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,8 @@ $ cd tea deno task run foo # ^^ runs the local checkout passing `foo` as an argument -# NOTE this doesn't currently work due to a bug in deno :( +# NOTE this doesn't currently work due to a bug in Deno :( +# see denoland/deno#11547 and denoland/deno#18631 $ deno task install # ^^ deploys the local checkout into your `~/.tea`