Skip to content

Commit

Permalink
Update examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Mar 23, 2016
1 parent 8fed376 commit 47533e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ Print as XML:
mkcat README.md | mkout --xml
```

Print as plain text:

```shell
mkcat README.md | mkout --text
```

YAML is particularly useful to get a compact view of the tree:

```shell
Expand Down
6 changes: 6 additions & 0 deletions doc/readme/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Print as XML:
mkcat README.md | mkout --xml
```

Print as plain text:

```shell
mkcat README.md | mkout --text
```

YAML is particularly useful to get a compact view of the tree:

```shell
Expand Down

0 comments on commit 47533e9

Please sign in to comment.