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: