mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
choco: add German translation
This commit is contained in:
parent
2a2786cf0b
commit
7eac2ee865
1 changed files with 21 additions and 0 deletions
21
pages.de/windows/choco.md
Normal file
21
pages.de/windows/choco.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# choco
|
||||
|
||||
> Ein Kommandozeilenwerkzeug für die Chocolatey Paketverwaltung.
|
||||
> Schau dir `choco install`, `choco upgrade` und andere Seiten für weitergehende Informationen an.
|
||||
> Mehr Informationen: <https://chocolatey.org>.
|
||||
|
||||
- Führe einen Chocolatey-Befehl aus:
|
||||
|
||||
`choco {{befehl}}`
|
||||
|
||||
- Zeige die allgemeine Hilfe an:
|
||||
|
||||
`choco -?`
|
||||
|
||||
- Zeige die Hilfe für einen bestimmten Befehl an:
|
||||
|
||||
`choco {{befehl}} -?`
|
||||
|
||||
- Überprüfe die Version von Chocolatey:
|
||||
|
||||
`choco --version`
|
Loading…
Add table
Reference in a new issue