@dunkinfrunkin/mdcat 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,22 +7,24 @@
|
|
|
7
7
|
**Terminal pager for Markdown.** Full colour, syntax highlighting, incremental search, mouse support — zero config.
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
|
-
|
|
10
|
+
npm install -g @dunkinfrunkin/mdcat
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
<video src="https://github.com/dunkinfrunkin/mdcat/releases/download/v0.1.2/demo.mp4" autoplay loop muted playsinline width="100%"></video>
|
|
14
|
+
|
|
13
15
|
---
|
|
14
16
|
|
|
15
17
|
## Install
|
|
16
18
|
|
|
17
19
|
```sh
|
|
18
|
-
# Zero-install
|
|
19
|
-
npx @dunkinfrunkin/mdcat README.md
|
|
20
|
-
|
|
21
20
|
# Global
|
|
22
21
|
npm install -g @dunkinfrunkin/mdcat
|
|
23
22
|
|
|
24
23
|
# Homebrew
|
|
25
24
|
brew install frankchan/tap/mdcat
|
|
25
|
+
|
|
26
|
+
# Zero-install
|
|
27
|
+
npx @dunkinfrunkin/mdcat README.md
|
|
26
28
|
```
|
|
27
29
|
|
|
28
30
|
## Usage
|