Fix Readme

dev
Marko Semet 2018-11-05 00:46:55 +01:00
parent 39835503df
commit 2cf9456e81
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Sources
Original source:
https://git.marko10000.tk/flatpaks/flatpak
https://git.marko10-000.de/flatpaks/flatpak
Github-Mirror:
@ -44,7 +44,7 @@ Replace **\<app\>** with the wanted app name (e.g. for CodeLite replace it with
```bash
$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$ flatpak remote-add --if-not-exists marko10_000 https://build.marko10000.tk/marko10_000.flatpakrepo
$ flatpak remote-add --if-not-exists marko10_000 https://build.marko10-000.de/marko10_000.flatpakrepo
$ flatpak install --assumeyes marko10_000 <app>
```
@ -58,4 +58,4 @@ should be an empty folder (doesn't have to exists).
```bash
$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder --install --user --install-deps-from=flathub <build folder> <file>
```
```