From 919df1fd530cbcff6c2d2ea97a43d6f80abb7897 Mon Sep 17 00:00:00 2001 From: Ariel Date: Fri, 24 Nov 2023 21:36:24 +0800 Subject: [PATCH] chore(readme): fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae92969..130eeff 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ An instance is deployed at https://nanomap.vercel.app. You can also cli _Please install the latest version of [Node.js](https://nodejs.org) and [npmJS](https://www.npmjs.com) first._ -Just two line of script: +Just four line of script: ```shell git clone "https://github.com/arielherself/nanomap-frontend" nanomap && +cd nanomap && npm install && npm start ```