From c2e59b3601b4d9fe1161e0be459cde2ccf3d762f Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Fri, 19 Jan 2024 17:03:05 +0100 Subject: [PATCH] add readme --- .gitignore | 7 +++++++ README | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..12d8b1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +* +!.gitignore +!Floorp.yml +!Floorp.desktop +!package.sh +!AppRun +!README diff --git a/README b/README new file mode 100644 index 0000000..67f7590 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +# Floorp AppImage builder + +Just run `./package.sh` and watch floorp get packaged into a neat AppImage + + +## TODO: + +- Automatically download the last version +- Maybe add some more libraries to make compatible with more systems +- Add builds for linux-arm +- Add internationalization to `Floorp.desktop`