update README
This commit is contained in:
parent
e8f250165b
commit
1067f4caa1
1 changed files with 4 additions and 7 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue