add webi dat dat dat
[webi-installers/.git] / deno / README.md
index 84f304e5ff8701a412891f8f0f557b8b29b31d07..38dc4f78222952352de781f4e2f13ce3fb51495f 100644 (file)
@@ -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