From 27dc8b6d3fcd6a656f49a96718dd98374d306101 Mon Sep 17 00:00:00 2001 From: Haibo Z <61728435+ahai-code@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:23:10 +0800 Subject: [PATCH] Add vfox instructions in installation.md (#427) Co-authored-by: Jo Franchetti --- .../manual/getting_started/installation.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/runtime/manual/getting_started/installation.md b/runtime/manual/getting_started/installation.md index 65ba1e750..e8b486cf4 100644 --- a/runtime/manual/getting_started/installation.md +++ b/runtime/manual/getting_started/installation.md @@ -53,6 +53,18 @@ asdf global deno latest asdf local deno latest ``` +Using [vfox](https://vfox.lhan.me/): + +```shell +vfox add deno + +# Download and install the latest version of Deno +vfox install deno@latest + +# To set the version of Deno globally +vfox use --global deno +``` + @@ -80,6 +92,18 @@ Using [Winget](https://github.com/microsoft/winget-cli): winget install deno ``` +Using [vfox](https://vfox.lhan.me/): + +```shell +vfox add deno + +# Download and install the latest version of Deno +vfox install deno@latest + +# To set the version of Deno globally +vfox use --global deno +``` + @@ -110,6 +134,18 @@ asdf global deno latest asdf local deno latest ``` +Using [vfox](https://vfox.lhan.me/): + +```shell +vfox add deno + +# Download and install the latest version of Deno +vfox install deno@latest + +# To set the version of Deno globally +vfox use --global deno +``` +