diff options
author | Nils Leif Fischer <hello@nilsleiffischer.de> | 2020-12-08 21:47:00 +0000 |
---|---|---|
committer | Maas Lalani <maas@lalani.dev> | 2023-01-06 13:29:12 -0500 |
commit | ff59ead353e358c085e12d5323c9863f9882da10 (patch) | |
tree | 5ed08444d8361041d30ccb27017b5cb505449165 | |
parent | b9f519e1ea7802a6449b5a9f8b9bf3943301303f (diff) |
Extend example how to read from stdin
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ document use a markdown source as the primary argument: glow README.md # Read from stdin -glow - +echo "[Glow](https://github.com/charmbracelet/glow)" | glow - # Fetch README from GitHub / GitLab glow github.com/charmbracelet/glow |