Extend example how to read from stdin

This commit is contained in:
Nils Leif Fischer 2020-12-08 21:47:00 +00:00 committed by Maas Lalani
parent b9f519e1ea
commit ff59ead353

View File

@ -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