appdata and readme
This commit is contained in:
parent
43f4bee122
commit
8d15d2a5f5
2 changed files with 7 additions and 11 deletions
13
README.md
13
README.md
|
@ -41,15 +41,10 @@ git clone https://github.com/artemanufrij/webpin.git
|
||||||
cd webpin
|
cd webpin
|
||||||
```
|
```
|
||||||
|
|
||||||
Create **build** folder, compile and start application
|
Compile, install and start Melody on your system
|
||||||
```
|
```
|
||||||
mkdir build
|
meson build --prefix=/usr
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
sudo ninja install
|
||||||
make
|
|
||||||
```
|
|
||||||
|
|
||||||
Install and start Webpin on your system
|
|
||||||
```
|
|
||||||
sudo make install
|
|
||||||
com.github.artemanufrij.webpin
|
com.github.artemanufrij.webpin
|
||||||
|
```
|
||||||
|
|
|
@ -33,10 +33,11 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.3.1" date="2018-09-24">
|
<release version="1.0.0" date="2018-10-24">
|
||||||
<description>
|
<<description>
|
||||||
<p>New:</p>
|
<p>New:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Moved to Meson</li>
|
||||||
<li>Support for local .html files</li>
|
<li>Support for local .html files</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Translation:</p>
|
<p>Translation:</p>
|
||||||
|
|
Loading…
Reference in a new issue