diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 04:00:05 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 04:00:05 +0100 |
commit | 6cf3d134060b234c1e4642d4c1701ac308493df8 (patch) | |
tree | 4ce48ac0e47191ed2c927073b0986128d5ead86e | |
parent | 9996dab31959e8af01d18912c4ee3c3b71bb0077 (diff) | |
download | Viper-6cf3d134060b234c1e4642d4c1701ac308493df8.tar.gz Viper-6cf3d134060b234c1e4642d4c1701ac308493df8.zip |
added note about building Viper in README
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,6 +22,8 @@ $ npm run start This'll launch it with the Electron build installed by `npm`. +Additionally, if you really want to, you can build Viper with `npm run build` and it'll then build the Windows installer and AppImage, however the whole build process and everything related to it is still being worked on which is why we don't have official releases yet. + ## What can it do specifically? Currently Viper is capable of: @@ -34,4 +36,4 @@ Besides this I've been considering adding some easy to use VPK modding tools so ## Credits -All credits for logos go to Imply#9781.
\ No newline at end of file +All credits for logos go to Imply#9781. |