Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-26 00:17:15 +00:00
parent 068c24ac65
commit 463eefab17
6 changed files with 124 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Initialize `kde-builder`:
`kde-builder --initial-setup`
`kde-builder --generate-config && kde-builder --install-distro-packages`
- Compile a KDE component and its dependencies from the source:
@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Resume compilation from a specific dependency:
`kde-builder --resume-from={{dependency_component}} {{component_name}}`
`kde-builder --resume-from {{dependency_component}} {{component_name}}`
- Run a component with a specified executable name: