refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / pandoc / README.md
index 55d1c504422d3410e508ca8ea6ca107d5401c1e8..64843f470d714306f5d8a490e33d8c464122d1a6 100644 (file)
@@ -5,17 +5,13 @@ tagline: |
   Pandoc is a Haskell library for converting from one markup format to another.
 ---
 
-## Updating `pandoc`
-
-```bash
-webi pandoc@stable
-```
-
-Use the `@beta` tag for pre-releases.
+To update or switch versions, run `webi pandoc@stable` (or `@v2.14`, `@beta`,
+etc).
 
 ## Cheat Sheet
 
-> Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.
+> Pandoc is a Haskell library for converting from one markup format to another,
+> and a command-line tool that uses this library.
 
 ```bash
 pandoc -o output.html input.txt