From b662741a54cb234147b62ca5324ac6ddcb81b577 Mon Sep 17 00:00:00 2001 From: David Rio Deiros Date: Fri, 19 Nov 2021 16:12:50 -0500 Subject: [PATCH] Updates vercel deployment instructions to project-linking. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76c32b59..be18b208 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,14 @@ Install `vercel` if you haven't already: npm install -g vercel ``` -Then, from within your project folder: +Then, from within your project folder run: ```bash -cd public -vercel deploy --name my-project +vercel ``` +and follow the [project linking](https://vercel.com/docs/cli#commands/overview/project-linking) process. + ### With [surge](https://surge.sh/) Install `surge` if you haven't already: