chore(readme): update deployment instruction

This commit is contained in:
Ariel 2023-11-26 23:06:13 +08:00 committed by GitHub
parent 093c4f9363
commit 472050dd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ An instance is deployed at https://nanomap.vercel.app<nothing>. 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
```