From 93a88521aa3ee2b1169a9d832ef14fd496367e0d Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 7 Oct 2022 03:07:52 -0600 Subject: [PATCH] readme: add readme --- .gitignore | 2 ++ README.md | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 6c5b472..1e71927 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ typings/ # bundled JS *.bundle.js *.min.js + +/temp \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0133dcf --- /dev/null +++ b/README.md @@ -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 +```