X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=deno%2FREADME.md;h=38dc4f78222952352de781f4e2f13ce3fb51495f;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=84f304e5ff8701a412891f8f0f557b8b29b31d07;hpb=1ddaa43a7dbfd819edb190152f88a02d6b81c110;p=webi-installers%2F.git diff --git a/deno/README.md b/deno/README.md index 84f304e..38dc4f7 100644 --- a/deno/README.md +++ b/deno/README.md @@ -3,10 +3,23 @@ title: Deno homepage: https://github.com/denoland/deno tagline: | Deno: A secure runtime for JavaScript and TypeScript. -description: | - Deno proves that lightning does strike twice. It's the ease of use of node, the intentional tooling of Go, and built in Rust. --- +## Updating `deno` + +```bash +webi deno@stable +``` + +Use the `@beta` tag for pre-releases, or `@x.y.z` for a specific version. + +## Cheat Sheet + +> Deno proves that lightning does strike twice. It's the ease of use of node, +> the intentional tooling of Go, and built in Rust. + +### Hello World + The obligatory Hello World ```bash