mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 10:53:27 +00:00
Update cheatsheets
This commit is contained in:
34
fdroid
Normal file
34
fdroid
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fdroid
|
||||
|
||||
> F-Droid build tool.
|
||||
> F-Droid is an installable catalog of FOSS (Free and Open Source Software) applications for the Android platform.
|
||||
> More information: <https://f-droid.org/>.
|
||||
|
||||
- Build a specific app:
|
||||
|
||||
`fdroid build {{app_id}}`
|
||||
|
||||
- Build a specific app in a build server VM:
|
||||
|
||||
`fdroid build {{app_id}} --server`
|
||||
|
||||
- Publish the app to the local repository:
|
||||
|
||||
`fdroid publish {{app_id}}`
|
||||
|
||||
- Install the app on every connected device:
|
||||
|
||||
`fdroid install {{app_id}}`
|
||||
|
||||
- Check if the metadata is formatted correctly:
|
||||
|
||||
`fdroid lint --format {{app_id}}`
|
||||
|
||||
- Fix the formatting automatically (if possible):
|
||||
|
||||
`fdroid rewritemeta {{app_id}}`
|
||||
Reference in New Issue
Block a user