diff --git a/.gitignore b/.gitignore index 12d8b1d..d1ae6d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ !Floorp.desktop !package.sh !AppRun -!README +!README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f51a292 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Floorp AppImage builder + +Just run `./package.sh` and watch floorp get packaged into a neat AppImage + + +## TODO: + +- Automatically download the last version +- Pre-package some extensions +- Maybe add some more libraries to make compatible with more systems +- Add builds for linux-arm +- Add internationalization to `Floorp.desktop`