Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
backroot committed Oct 10, 2020
1 parent 006f46c commit f372476
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -32,7 +32,7 @@ cd hazel
Inside the directory, create a new deployment:

```bash
now -e ACCOUNT="<github-account>" -e REPOSITORY="<github-repository>"
vercel -e ACCOUNT="<github-account>" -e REPOSITORY="<github-repository>"
```

On the command above, you can define the following environment variables:
Expand Down

0 comments on commit f372476

Please sign in to comment.