From 9c0ac76f696a3e736ab7ce2dc6caf2d74de27277 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Thu, 18 Apr 2019 10:37:20 -0600 Subject: [PATCH] Update README.md (#960) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fc476d353b9..b363d81f03f 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,13 @@ Normally, the application will follow your system settings to use a proxy, or yo On Windows, please make sure to add `--` before options. For example, `Mattermost.exe -- --proxy-server=...`. +## Custom App Deployments +Our [docs provide a guide](https://docs.mattermost.com/deployment/desktop-app-deployment.html) on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings. + ## Contributing Please see [CONTRIBUTING.md](./CONTRIBUTING.md). ## Development Please see [docs/development.md](./docs/development.md). + +