Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (12 loc) · 436 Bytes

MY VERY BASIC INTERPRETER

Deno installation

macOS and Linux (Using Shell Script)

curl -fsSL https://deno.land/x/install/install.sh | sh

Follow instructions of installation

Manually add the directory to your $HOME/.zshrc (or similar) export DENO_INSTALL="file_path" export PATH="$DENO_INSTALL/bin:$PATH"

Verify if installed correctly

deno --version

RUN PROJECT

deno run main.ts