chore(readme): fix typo
This commit is contained in:
parent
67134dc4ca
commit
919df1fd53
|
@ -17,10 +17,11 @@ An instance is deployed at https://nanomap.vercel.app<nothing>. You can also cli
|
||||||
|
|
||||||
_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) and [npmJS](https://www.npmjs.com) first._
|
||||||
|
|
||||||
Just two line of script:
|
Just four line of script:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone "https://github.com/arielherself/nanomap-frontend" nanomap &&
|
git clone "https://github.com/arielherself/nanomap-frontend" nanomap &&
|
||||||
|
cd nanomap &&
|
||||||
npm install &&
|
npm install &&
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue