aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-27 03:20:26 +0100
committer0neGal <mail@0negal.com>2021-12-27 03:20:26 +0100
commitd0e4018428dc87775e62885371f2d2a9ec0e52ba (patch)
tree61c468868f10a0f16a66be30d30a60d53dbbe628 /README.md
parent393f2aefa620c1e5c9534314b87943858447c085 (diff)
downloadViper-d0e4018428dc87775e62885371f2d2a9ec0e52ba.tar.gz
Viper-d0e4018428dc87775e62885371f2d2a9ec0e52ba.zip
finally a README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3ab15c4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+## What is Viper?
+
+Viper is a launcher and updater for [Northstar](https://github.com/R2Northstar/Northstar), not much more than that.
+
+<p align="center">
+ <img src="preview.png">
+</p>
+
+## How to?
+
+Currently Viper isn't in a state where I dont have release builds ready for people to download, instead if you really do wanna play with it, you can run it with Node... Simply do as follows inside the Git repo:
+
+```sh
+$ git clone https://github.com/0neGal/viper
+
+$ cd viper
+
+$ npm i
+
+$ node_modules/.bin/electron src/index.js
+```
+
+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.
+
+## What can it do specifically?
+
+Currently Viper is capable of:
+
+ * Update/Install Northstar
+ * Launch Vanilla or Northstar
+ * Be pretty!
+
+Besides this I've been considering adding some easy to use VPK modding tools so everybody can have fun with VPK modding even if you don't know how to do it the traditional way. However that is not at the top of the todo list right now. \ No newline at end of file