flatpak: add info and remove examples (#5422)

This commit is contained in:
evaleries
2021-03-27 21:36:20 +07:00
committed by GitHub
parent 170f5f9ebc
commit 547de5fafa

View File

@@ -25,3 +25,11 @@
- List all configured remote sources:
`flatpak remote-list`
- Remove an installed application:
`flatpak remove {{name}}`
- Show information about an installed application:
`flatpak info {{name}}`