From 96c4425986a02d470456717ddd95a59a5ff95835 Mon Sep 17 00:00:00 2001 From: scherno2 <40707042+scherno2@users.noreply.github.com> Date: Wed, 11 Jul 2018 21:14:38 +0200 Subject: [PATCH] Update README.md right -> Mattermost.exe --args --data-dir C:\my-mattermost-data wrong -> Mattermost.exe -- --data-dir C:\my-mattermost-data missing 'args' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afecb542..fc476d35 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Configuration will be saved into Electron's userData directory: A custom data directory location can be specified with: -* `Mattermost.exe -- --data-dir C:\my-mattermost-data` on Windows +* `Mattermost.exe --args --data-dir C:\my-mattermost-data` on Windows * `open /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/` on macOS * `./mattermost-desktop --args --data-dir ~/my-mattermost-data/` on Linux