aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-28 11:44:11 +0100
committerGitHub <noreply@github.com>2021-12-28 11:44:11 +0100
commit69cb991c086cd2740c2c7f8ad7546c531ed77eb9 (patch)
tree6d966238d9ab5c307929c96aca1136ff60a03766 /README.md
parent1585232b26b3ee5f5af15ba64d35d9fef991c2cf (diff)
parent2751d6dfe6080be21fdee2ef44f2bafdced2fd47 (diff)
downloadViper-69cb991c086cd2740c2c7f8ad7546c531ed77eb9.tar.gz
Viper-69cb991c086cd2740c2c7f8ad7546c531ed77eb9.zip
Merge pull request #1 from Alystrasz/fix/windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53df21c..59e6a6e 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@ $ cd viper
$ npm i
-$ node_modules/.bin/electron src/index.js
+$ npm run start
```
-This'll launch it with the Electron build installed by `npm`. You can also use `npm start` on Linux, for some reason this is broken on Windows, I don't know why.
+This'll launch it with the Electron build installed by `npm`.
## What can it do specifically?