From 00331f664521a6fa731d90ba95e9c7c8614c8de5 Mon Sep 17 00:00:00 2001 From: Daniel Schubert Date: Tue, 9 Jul 2019 09:03:50 +0200 Subject: [PATCH] Readme improved --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05037fe..7695a4e 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,17 @@ A Class to convert from Slack exportet direct messages for mattermost. +# TODO +Replies are not yet being correctly inserted as replies, but as normal chat messages. + ```bash -ruby slackconverter.rb > dms.json +ruby slack-converter.rb > messages.json ``` on your mattermost server: ```bash -bin/mattermost import bulk --validate dms.json +bin/mattermost import bulk --validate messages.json ``` when there where no errors: ```bash -bin/mattermost import bulk --apply dms.json +bin/mattermost import bulk --apply messages.json ```