mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
kde-builder: update initialization (#15598)
This commit is contained in:
parent
60c4870491
commit
35c8f8a1a7
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- 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:
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
- 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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue