From 472050dd7e9fe390c7290b21f9ec96c9071a902d Mon Sep 17 00:00:00 2001 From: Ariel Date: Sun, 26 Nov 2023 23:06:13 +0800 Subject: [PATCH] chore(readme): update deployment instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beff635..0f0ddb7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An instance is deployed at https://nanomap.vercel.app. You can also cli ## On your server -_Please install the latest version of [Node.js](https://nodejs.org) and [npmJS](https://www.npmjs.com) first._ +_Please install the latest version of [Node.js](https://nodejs.org), [npmJS](https://www.npmjs.com) and [Vercel CLI](https://vercel.com/docs/cli) first._ Just four line of script: @@ -23,5 +23,5 @@ Just four line of script: git clone "https://github.com/arielherself/nanomap" nanomap && cd nanomap && npm install && -npm start +vercel dev ```