Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 1c41a4f

Browse files
authored
[ci skip] Fix npm scripts
1 parent f70a2ae commit 1c41a4f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,16 @@ You can manually download the latest release [here](https://github.com/egoist/de
3333
It's really easy to develop this app, no build tools like Webpack needed here, checkout [./app](/app) to get more:
3434

3535
```bash
36-
$ npm install
36+
npm install
3737

38-
$ npm run app
38+
npm run app
3939
# edit files, save, refresh and it's done.
4040
```
4141

4242
## Distribute
4343

4444
```bash
45-
$ npm run dist:mac
46-
$ npm run dist:linux
47-
$ npm run dist:win
45+
npm run dist
4846
```
4947

5048
## License

0 commit comments

Comments
 (0)