feature(windows): make it more clear that the user needs to update their PATH
[webi-installers/.git] / bat / README.md
index 75d12e5d550c8f6b0009edd0aa5b0063796c36d3..eab5ec04cfc47e525ee766cf0305521fa9e9ef76 100644 (file)
@@ -5,13 +5,7 @@ tagline: |
   bat: A cat(1) clone with syntax highlighting and Git integration.
 ---
 
-## Updating `bat`
-
-```bash
-webi bat@stable
-```
-
-Use the `@beta` tag for pre-releases.
+To update or switch versions, run `webi bat@stable` (or `@v0.18`, `@beta`, etc).
 
 ## Cheat Sheet
 
@@ -35,7 +29,8 @@ Update your `.bashrc`, `.zshrc`, or `.profile`
 alias cat="bat --style=plain"
 ```
 
-For situations in which you must use `cat` exactly, remember that you can escape the alias:
+For situations in which you must use `cat` exactly, remember that you can escape
+the alias:
 
 ```bash
 \cat foo
@@ -62,4 +57,4 @@ Edit the config file:
 ```txt
 # no numbers or headers, just highlighting and such
 --style="plain"
-```
\ No newline at end of file
+```