refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / deno / README.md
index 84f304e5ff8701a412891f8f0f557b8b29b31d07..cf2145c9a7af28ef25c1c8d9fcaad7daa0a8829b 100644 (file)
@@ -3,10 +3,18 @@ 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.
 ---
 
+To update or switch versions, run `webi deno@stable` (or `@v1.13`, `@beta`,
+etc).
+
+## 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