chore: make Prettier + fix spelling, update upgrade/switch instructions, prefer ale...
[webi-installers/.git] / bat / README.md
index 878fda46c944ae4bdd82a734b117a623f9487894..b263334345ccc6d44aa0e87b0175104b6bbe251a 100644 (file)
@@ -3,10 +3,21 @@ title: bat
 homepage: https://github.com/sharkdp/bat
 tagline: |
   bat: A cat(1) clone with syntax highlighting and Git integration.
-description: |
-  `bat` is pretty much what `cat` would be if it were developed today's in the world of Markdown, git, etc.
 ---
 
+## Updating `bat`
+
+```bash
+webi bat@stable
+```
+
+Use the `@beta` tag for pre-releases.
+
+## Cheat Sheet
+
+> `bat` is pretty much what `cat` would be if it were developed today's in the
+> world of Markdown, git, etc.
+
 ### How to run on Windows 10
 
 On Windows 10 you'll get an error like this:
@@ -24,6 +35,13 @@ 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:
+
+```bash
+\cat foo
+```
+
 ### How to change the default behavior
 
 Take a look at the config options: