From 58ecf7219401887459c7a4af41ea3943fca7a07d Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Tue, 23 Aug 2016 09:20:28 +0000 Subject: [PATCH] Add compose instructions --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33692ff..189a2d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # flatpak-runtime -A openSUSE Leap based runtime for [Flatpak](http://www.flatpak.org). +A [openSUSE](http://opensuse.org) Leap based runtime for [Flatpak](http://www.flatpak.org). -The scripts are based on the one from centos-flatpak-runtime. + +## Create runtime + +On openSUSE 42.1 +``` +$ zypper install -y git make sudo +$ zypper addrepo -f http://download.opensuse.org/repositories/Virtualization:/Appliances:/Builder/openSUSE_Leap_42.1/Virtualization:Appliances:Builder.repo +$ zypper --no-gpg-checks install -y python3-kiwi +$ zypper addrepo -f http://download.opensuse.org/repositories/home:fcrozat:branches:openSUSE:Leap:42.1:Update/standard/home:fcrozat:branches:openSUSE:Leap:42.1:Update.repo +$ zypper --no-gpg-checks install -y flatpak +$ git clone https://github.com/fcrozat/opensuse-flatpak-runtime.git +$ cd opensuse-flatpak-runtime +$ make +``` + + +The scripts are based on the one from [centos-flatpak-runtime](https://github.com/matthiasclasen/flatpak-runtime).