Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2018-05-06 14:23:54 +0300
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2018-05-06 14:23:54 +0300
commitdc753acb112b61eebffd848fc8a5354a4633f3e8 (patch)
treeb20d5894fa54db34b8a85a627e3a86af79fc3eb7 /README.md
parent13e745bcf675aa8a5e9bf28996477b5a8e7eaf0d (diff)
update flatpak build
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5e0ff11d..1f8c88df 100644
--- a/README.md
+++ b/README.md
@@ -89,10 +89,7 @@ You can also create your own Flatpak bundle running `make bundle` command in the
```
git clone --recursive https://github.com/jangernert/FeedReader
cd ./FeedReader
-mkdir build
-cd ./build
-cmake ..
-make
-sudo make install
+meson builddir --prefix=/usr
+sudo ninja -C builddir install
```
Arch Linux users can build the latest version using `yaourt -S feedreader-git`