From f372476cf5e4b7156e3bd890c074266794f92ac1 Mon Sep 17 00:00:00 2001 From: backroot Date: Sat, 10 Oct 2020 12:13:30 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d3852e..e74e85f 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ The result will be faster and more lightweight than any other solution out there - Refreshes the cache every **15 minutes** (custom interval [possible](#options)) - When asked for an update, it returns the link to the GitHub asset directly (saves bandwidth) - Supports **macOS** and **Windows** apps -- Scales very nicely across multiple [Now](https://zeit.co/now) instances +- Scales very nicely across multiple [Vercel](https://vercel.com) instances ## Usage -With [Now CLI](https://zeit.co/download), you can easily deploy an update server. As the first step, clone the repository: +With [Vercel CLI](https://vercel/download), you can easily deploy an update server. As the first step, clone the repository: ```bash -git clone https://github.com/zeit/hazel +git clone https://github.com/vercel/hazel ``` Next, move into the directory: @@ -32,7 +32,7 @@ cd hazel Inside the directory, create a new deployment: ```bash -now -e ACCOUNT="" -e REPOSITORY="" +vercel -e ACCOUNT="" -e REPOSITORY="" ``` On the command above, you can define the following environment variables: