From 6bcf0f71d358b9170eedf026ee9780613f138548 Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Wed, 29 May 2024 15:38:42 -0400 Subject: [PATCH] commit --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b1f75..4179c94 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # any-app -any-app is a FOSS electron application to turn ANY webpage into an APP \ No newline at end of file +any-app is a FOSS electron application to turn ANY webpage into an APP + +# Build instructions: + +Clone the repo: + + `git clone https://codeberg.org/firebadnofire/any-app.git` + +Install NPM deps: + +``` +cd any-app +npm install +``` + +Tell NPM to package it: + + +Windows: +`npm run package-win` +Linux: +`npm run package-lin` + +Built package should be in `release-builds` \ No newline at end of file