Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 752c770

Browse files
authored
Update Vercel deployment (#132)
Zeit/Now renamed to Vercel Desktop client no longer supported
1 parent f01b6e4 commit 752c770

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,21 @@ If you're building a single-page app (SPA) with multiple routes, sirv needs to b
6060

6161
## Deploying to the web
6262

63-
### With [now](https://zeit.co/now)
63+
### With [Vercel](https://vercel.com)
6464

65-
Install `now` if you haven't already:
65+
Install `vercel` if you haven't already:
6666

6767
```bash
68-
npm install -g now
68+
npm install -g vercel
6969
```
7070

7171
Then, from within your project folder:
7272

7373
```bash
7474
cd public
75-
now deploy --name my-project
75+
vercel deploy --name my-project
7676
```
7777

78-
As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
79-
8078
### With [surge](https://surge.sh/)
8179

8280
Install `surge` if you haven't already:

0 commit comments

Comments
 (0)