readme: add readme

This commit is contained in:
liushuyu 2022-10-07 03:07:52 -06:00
parent 54f6785dbd
commit 93a88521aa
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View file

@ -62,3 +62,5 @@ typings/
# bundled JS # bundled JS
*.bundle.js *.bundle.js
*.min.js *.min.js
/temp

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Citra Qt Installer Manifest Generator
This is the Citra Qt installer manifest generator. It generates the Qt Installer Framework compatible manifest.
## How to run
You will need Deno, which is a more modern alternative to Node.js. You can install it here: https://deno.land/#installation .
When it's installed, just run the following command:
```bash
deno run --allow-env=PATH --allow-read --allow-write=/citra/nginx/,temp --allow-net=api.github.com --allow-run server.js
```