Skip to content

Commit 78697a1

Browse files
authored
update docs
1 parent d6be2a9 commit 78697a1

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mime.get('/land/park.rctycoon'); // => "cms/game"
4545
mime.get('maps/city.simcity'); // => "cms/game"
4646
```
4747

48-
CLIENT
48+
CLI
4949
---------
5050

5151
`npm install -g mimer` (it may require Root privileges)
@@ -59,20 +59,14 @@ DEVELOPING
5959
----------
6060

6161
```CLI
62-
$ make install
63-
$ make test
62+
$ npm i
63+
$ npm test
6464
```
6565

6666
Build web version with:
6767

6868
```CLI
69-
$ make build
70-
```
71-
72-
If you'd like to test the full process including npm installer, just run:
73-
74-
```CLI
75-
$ make fulltest
69+
$ npm run build
7670
```
7771

7872
## Release notes

0 commit comments

Comments
 (0)