summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..302de32808c8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# gdlauncher-appimage
+AUR package for [GDLauncher](https://gdevs.io)
+
+Based off [hyper-appimage](https://aur.archlinux.org/packages/hyper-appimage).
+
+## Why does this exist?
+One day I decided to make this package. I was bored. No other reason :)
+
+## How does this work?
+I didn't even know this until I created the package, but if you run a AppImage with `--appimage-extract` it will extract all its contents into a `squashfs-root` folder.
+
+From there, we can move the folder's contents into somewhere like `/opt/gdlauncher` and point a .desktop file to the executable, and we've just installed a appimage on our system!
+
+## License
+MIT (like GDLauncher itself) \ No newline at end of file