From 55db062242f9246e210b7d34a1640e1c67572100 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 18 Dec 2017 21:18:11 +0100 Subject: [PATCH] Clarify Hazel's purpose --- docs/tutorial/updates.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index 623d25b19e..557376d0d3 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -12,16 +12,12 @@ To get started, you first need to deploy a server that the Depending on your needs, you can choose from one of these: -- [Hazel](https://github.com/zeit/hazel) – Simple update server for open-source -apps. Pulls from -[GitHub Releases](https://help.github.com/articles/creating-releases/) -and can be deployed for free on [Now](https://zeit.co/now). +- [Hazel](https://github.com/zeit/hazel) – Update server for private or open-source apps. Can be deployed for free on [Now](https://zeit.co/now) (using a single command), pulls from [GitHub Releases](https://help.github.com/articles/creating-releases/) and leverages the power of GitHub's CDN. - [Nuts](https://github.com/GitbookIO/nuts) – Also uses [GitHub Releases](https://help.github.com/articles/creating-releases/), but caches app updates on disk and supports private repositories. -- [electron-release-server](https://github.com/ArekSredzki/electron-release-server) – -Provides a dashboard for handling releases -- [Nucleus](https://github.com/atlassian/nucleus) - A complete update server for Electron apps maintained by Atlassian. Supports multiple applications and channels; uses a static file store to minify server cost. +- [electron-release-server](https://github.com/ArekSredzki/electron-release-server) – Provides a dashboard for handling releases +- [Nucleus](https://github.com/atlassian/nucleus) – A complete update server for Electron apps maintained by Atlassian. Supports multiple applications and channels; uses a static file store to minify server cost. If your app is packaged with [electron-builder][electron-builder-lib] you can use the [electron-updater] module, which does not require a server and allows for updates