diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-28 11:24:33 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-28 11:24:33 +0100 |
commit | 2751d6dfe6080be21fdee2ef44f2bafdced2fd47 (patch) | |
tree | 6d966238d9ab5c307929c96aca1136ff60a03766 | |
parent | f9900ec2a8875f300dc1ebe490d21a3b3ba67b27 (diff) | |
download | Viper-2751d6dfe6080be21fdee2ef44f2bafdced2fd47.tar.gz Viper-2751d6dfe6080be21fdee2ef44f2bafdced2fd47.zip |
[docs] updating readme
-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? |