Skip to content

Commit 547ba92

Browse files
committed
README update
1 parent 2c93433 commit 547ba92

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,15 @@ The built-in viewer supports all types of dumps:
157157
1. Slackdump Archive format;
158158
1. Standard and Mattermost Slack Export;
159159
1. Dump mode files
160+
160161

161-
The built-in viewer is experimental, any contributions to make it better looking are welcome.
162+
You can also convert your output file to a browsable static HTML archive:
163+
164+
```bash
165+
slackdump convert -f html -o my_html_archive <zip or directory>
166+
```
162167

163-
Alternatively, you can use one of the following tools to preview the
164-
export results:
168+
or use one of the following tools to preview the export results:
165169

166170
- [SlackLogViewer] - a fast and powerful Slack Export viewer written in C++, works on Export files (images won't be displayed, unless you used an export token flag).
167171
- [Slackdump2Html] - a great Python application that converts Slack Dump to a

0 commit comments

Comments
 (0)