Readme improved

This commit is contained in:
Daniel Schubert 2019-07-08 18:11:32 +02:00
parent 1b36afddad
commit 21dc2d6d5b
1 changed files with 10 additions and 11 deletions

View File

@ -1,14 +1,13 @@
#usage
'ruby slackconverter.rb > dms.json'
# Usage
```bash
ruby slackconverter.rb > dms.json
```
on your mattermost server:
bin/mattermost import bulk --validate
```bash
bin/mattermost import bulk --validate dms.json
```
when there where no errors:
when there where no errors:
bin/mattermost import bulk --apply
```bash
bin/mattermost import bulk --apply dms.json
```