diff options
author | 0neGal <mail@0negal.com> | 2021-12-28 11:44:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 11:44:11 +0100 |
commit | 69cb991c086cd2740c2c7f8ad7546c531ed77eb9 (patch) | |
tree | 6d966238d9ab5c307929c96aca1136ff60a03766 /README.md | |
parent | 1585232b26b3ee5f5af15ba64d35d9fef991c2cf (diff) | |
parent | 2751d6dfe6080be21fdee2ef44f2bafdced2fd47 (diff) | |
download | Viper-69cb991c086cd2740c2c7f8ad7546c531ed77eb9.tar.gz Viper-69cb991c086cd2740c2c7f8ad7546c531ed77eb9.zip |
Merge pull request #1 from Alystrasz/fix/windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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? |