mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
Compacter usage instructions
This commit is contained in:
parent
95b99c9f72
commit
1ffe6fe2cc
1 changed files with 4 additions and 14 deletions
18
README.md
18
README.md
|
|
@ -6,27 +6,17 @@ Render markdown on the CLI, with _pizzazz_!
|
|||
|
||||
Use a markdown source as the primary argument:
|
||||
|
||||
Read from file:
|
||||
|
||||
```console
|
||||
# Read from file
|
||||
gold README.md
|
||||
```
|
||||
|
||||
Read from stdin:
|
||||
|
||||
```console
|
||||
# Read from stdin
|
||||
gold -
|
||||
```
|
||||
|
||||
Fetch README from GitHub:
|
||||
|
||||
```console
|
||||
# Fetch README from GitHub
|
||||
gold github.com/charmbracelet/gold
|
||||
```
|
||||
|
||||
Fetch markdown from an HTTP source:
|
||||
|
||||
```console
|
||||
# Fetch markdown from an HTTP source
|
||||
gold https://host.tld/file.md
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue