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
|
||||
```
|
||||
|
||||
Create **build** folder, compile and start application
|
||||
Compile, install and start Melody on your system
|
||||
```
|
||||
mkdir build
|
||||
meson build --prefix=/usr
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
make
|
||||
```
|
||||
|
||||
Install and start Webpin on your system
|
||||
```
|
||||
sudo make install
|
||||
sudo ninja install
|
||||
com.github.artemanufrij.webpin
|
||||
```
|
||||
|
|
|
@ -33,10 +33,11 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.3.1" date="2018-09-24">
|
||||
<description>
|
||||
<release version="1.0.0" date="2018-10-24">
|
||||
<<description>
|
||||
<p>New:</p>
|
||||
<ul>
|
||||
<li>Moved to Meson</li>
|
||||
<li>Support for local .html files</li>
|
||||
</ul>
|
||||
<p>Translation:</p>
|
||||
|
|
Loading…
Reference in a new issue