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