mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 12:47:23 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Build a Flatpak and export it to the specified repository:
|
||||
|
||||
`flatpak-builder --repo={{repository_name}} {{path/to/build_directory}} {{path/to/manifest}}`
|
||||
`flatpak-builder --repo {{repository_name}} {{path/to/build_directory}} {{path/to/manifest}}`
|
||||
|
||||
- Build a Flatpak and install it locally:
|
||||
|
||||
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Build and sign a Flatpak and export it to the specified repository:
|
||||
|
||||
`flatpak-builder --gpg-sign={{key_id}} --repo={{repository_name}} {{path/to/manifest}}`
|
||||
`flatpak-builder --gpg-sign {{key_id}} --repo {{repository_name}} {{path/to/manifest}}`
|
||||
|
||||
- Run a shell inside of an application sandbox without installing it:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user