From 1067f4caa184266501996835b25ea36782a427ea Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Thu, 24 Feb 2022 19:19:28 +0000 Subject: [PATCH] update README --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 19e58bf..421949b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![Build Status](https://travis-ci.org/artemanufrij/webpin.svg?branch=master)](https://travis-ci.org/artemanufrij/webpin) +Note: You can see current FlatPak dev updates at https://github.com/artemanufrij/webpin/issues/143 + ### Donate PayPal | LiberaPay | Patreon @@ -26,12 +28,7 @@ ## Install from Github ### With FlatPak -Install the [elementaryOS developer enviroment](https://docs.elementary.io/develop/writing-apps/the-basic-setup#developer-sdk) - -Install dependencies -``` -sudo apt install libwebkit2gtk-4.0-dev -``` +Install the [elementaryOS developer enviroment](https://docs.elementary.io/develop/writing-apps/the-basic-setup#flatpak) Clone and enter repository ``` @@ -47,7 +44,7 @@ flatpak-builder build com.github.artemanufrij.webpin.yml --user --install --forc #### Debugging [Debugging FlatPak Applications](https://docs.flatpak.org/en/latest/debugging.html) -To enter the container +To enter the container for debugging ``` flatpak run --command=sh com.github.artemanufrij.webpin ```