echo, fdroid, fdroidcl, ffprobe, ffsend, fg, firefox, fortune, fuck, g++, gdb, gpg2, grep: add German translation (#5361)
This commit is contained in:
29
pages.de/common/fdroid.md
Normal file
29
pages.de/common/fdroid.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# fdroid
|
||||
|
||||
> F-Droid Build Tool.
|
||||
> F-Droid ist ein installierbarer Katalog mit FOSS (Freie Open Source Software) Apps für Android.
|
||||
> Mehr Informationen: <https://f-droid.org/>.
|
||||
|
||||
- Kompiliere eine bestimmte App:
|
||||
|
||||
`fdroid build {{app_id}}`
|
||||
|
||||
- Kompiliere eine bestimmte App in einer Build-Server-VM:
|
||||
|
||||
`fdroid build {{app_id}} --server`
|
||||
|
||||
- Veröffentliche die App im lokalen Repository:
|
||||
|
||||
`fdroid publish {{app_id}}`
|
||||
|
||||
- Installiere die App auf jedem verbundenen Gerät:
|
||||
|
||||
`fdroid install {{app_id}}`
|
||||
|
||||
- Überprüfe, ob die Metadaten korrekt formatiert sind:
|
||||
|
||||
`fdroid lint --format {{app_id}}`
|
||||
|
||||
- Korrigiere die Formatierung automatisch (wenn möglich):
|
||||
|
||||
`fdroid rewritemeta {{app_id}}`
|
Reference in New Issue
Block a user