From 5250d5854589d7a3c2038cddfca3e4cd81cabe6f Mon Sep 17 00:00:00 2001 From: James Livesey <42580341+James-Livesey@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:31:44 +0100 Subject: [PATCH] Add link to Deno in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b67894..290b948 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Examples of Voxel programs can be found in the [`examples`](examples) and [`test * **Loose typing of data** with type casting where necessary ## Compiling a Voxel project into VxC bytecode -Before compiling projects, you currently must first have Deno installed. We are currently in the process of transitioning VxBuild into a self-hosting compiler. +Before compiling projects, you currently must first have [Deno](https://deno.com) installed. We are currently in the process of transitioning VxBuild into a self-hosting compiler. To compile Voxel source code (.vxl files) into VxC bytecode (.vxc files), run: