Skip to content

Commit

Permalink
Add link to Deno in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Livesey authored Aug 12, 2024
1 parent e6532cb commit 5250d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5250d58

Please sign in to comment.