mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-24 00:05:44 +01:00
readme: add readme
This commit is contained in:
parent
54f6785dbd
commit
93a88521aa
2
.gitignore
vendored
2
.gitignore
vendored
@ -62,3 +62,5 @@ typings/
|
||||
# bundled JS
|
||||
*.bundle.js
|
||||
*.min.js
|
||||
|
||||
/temp
|
13
README.md
Normal file
13
README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user