Update README.md

right -> Mattermost.exe --args --data-dir C:\my-mattermost-data
wrong -> Mattermost.exe -- --data-dir C:\my-mattermost-data

missing 'args'
This commit is contained in:
scherno2 2018-07-11 21:14:38 +02:00 committed by GitHub
parent e0943cc7fd
commit 96c4425986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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