summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88c641d..860847d 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,11 @@ Minimalistic CBZ reader, quasi-desktop version using Electron. Supports network
Building
========
- - ``npm run package-win``
- - ``npm run create-installer-win``
+```sh
+npm install
+npm run package-win # or package-lin
+npm run create-installer-win
+```
License
=======