Skip to content

Commit 47a9c51

Browse files
authored
Merge pull request #13 from mapmanager/dev
Update README to switch from npm to yarn
2 parents 19dedb1 + 723d97c commit 47a9c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ A web version of PyMapManager
88
* `git submodule init`
99
* `git submodule update`
1010
* Install [NodeJs](https://nodejs.org/en)
11-
* Run `npm install` to install dependencies
11+
* Run `yarn install` to install dependencies
1212

1313
## Running WebMapManager
14-
* Run `npm start` to run the application
14+
* Run `yarn start` to run the application
1515
* Open [http://localhost:3000](http://localhost:3000) to view it in the browser (Tested on Google Chrome).

0 commit comments

Comments
 (0)