diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-28 11:53:14 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-28 11:53:14 +0100 |
commit | 240d058ed61d872279881fc2ec9313c4e56fdd9b (patch) | |
tree | 347ccc21fb6da8cee76e1cfe7077f049335b7f2d /README.md | |
parent | 3a47bdb7e0c2b0ed5b5bf1fa6bed13ace76bc555 (diff) | |
parent | 69cb991c086cd2740c2c7f8ad7546c531ed77eb9 (diff) | |
download | Viper-240d058ed61d872279881fc2ec9313c4e56fdd9b.tar.gz Viper-240d058ed61d872279881fc2ec9313c4e56fdd9b.zip |
Merge branch 'main' into feat/icon
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? |