est31 / minetest-flatpak

Flatpak build files for minetest -- DEPRECATED, please take it from flathub instead: https://github.com/flathub/net.minetest.Minetest
1 stars 0 forks source link

Install instructions needed #1

Closed sofar closed 8 years ago

sofar commented 8 years ago

It would be good to have a readme.md or similar with instructions, explaining the steps needed to install the org.freedesktop.Platform runtime if needed, and how to run the right commands.

sofar commented 8 years ago

so far I've cobbled up:

curl -L -O https://github.com/est31/minetest-flatpak/releases/download/v1.0/Minetest-0.4.14.flatpak
flatpak install --runtime gnome org.freedesktop.Platform 1.4
flatpak install --bundle Minetest-0.4.14.flatpak
est31 commented 8 years ago

I've had install instructions on the forum, but adding it to github as well is probably a good idea.