We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8d8dfc + 7223325 commit 1286d3dCopy full SHA for 1286d3d
1 file changed
README.md
@@ -8,8 +8,8 @@ A web version of PyMapManager
8
* `git submodule init`
9
* `git submodule update`
10
* Install [NodeJs](https://nodejs.org/en)
11
-* Run `npm install` to install dependencies
+* Run `yarn install` to install dependencies
12
13
## Running WebMapManager
14
-* Run `npm start` to run the application
+* Run `yarn start` to run the application
15
* Open [http://localhost:3000](http://localhost:3000) to view it in the browser (Tested on Google Chrome).
0 commit comments