Install Deno using Homebrew (Mac) or see deno install for more options:
brew install denoAdd the Deno binary to the PATH variable in your shell configuration file. For ZSH shell, for instance:
echo 'export DENO_INSTALL="/Users/$USER/.deno"' >> ~/.zshrc
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> ~/.zshrcInstall Velociraptor to watch files, list available scripts, and run predefined scripts:
deno install -qA -n vr https://deno.land/x/velociraptor@1.2.0/cli.tsTo list all available scripts, run Velociraptor with no args:
vr