update README

This commit is contained in:
Dovi Cowan 2022-02-24 19:19:28 +00:00
parent e8f250165b
commit 1067f4caa1
No known key found for this signature in database
GPG key ID: 3000212DC9D49049

View file

@ -6,6 +6,8 @@
[![Build Status](https://travis-ci.org/artemanufrij/webpin.svg?branch=master)](https://travis-ci.org/artemanufrij/webpin) [![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 ### Donate
<a href="https://www.paypal.me/ArtemAnufrij">PayPal</a> | <a href="https://liberapay.com/Artem/donate">LiberaPay</a> | <a href="https://www.patreon.com/ArtemAnufrij">Patreon</a> <a href="https://www.paypal.me/ArtemAnufrij">PayPal</a> | <a href="https://liberapay.com/Artem/donate">LiberaPay</a> | <a href="https://www.patreon.com/ArtemAnufrij">Patreon</a>
@ -26,12 +28,7 @@
## Install from Github ## Install from Github
### With FlatPak ### With FlatPak
Install the [elementaryOS developer enviroment](https://docs.elementary.io/develop/writing-apps/the-basic-setup#developer-sdk) Install the [elementaryOS developer enviroment](https://docs.elementary.io/develop/writing-apps/the-basic-setup#flatpak)
Install dependencies
```
sudo apt install libwebkit2gtk-4.0-dev
```
Clone and enter repository Clone and enter repository
``` ```
@ -47,7 +44,7 @@ flatpak-builder build com.github.artemanufrij.webpin.yml --user --install --forc
#### Debugging #### Debugging
[Debugging FlatPak Applications](https://docs.flatpak.org/en/latest/debugging.html) [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 flatpak run --command=sh com.github.artemanufrij.webpin
``` ```