mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:55:28 +02:00
choco-new: add German translation
This commit is contained in:
parent
8c4d1c7e10
commit
f5f30886f3
1 changed files with 24 additions and 0 deletions
24
pages.de/windows/choco-new.md
Normal file
24
pages.de/windows/choco-new.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# choco new
|
||||
|
||||
> Erstelle neue Paket-Beschreibungs-Dateien mit Chocolatey.
|
||||
> Mehr Informationen: <https://chocolatey.org/docs/commands-new>.
|
||||
|
||||
- Erstelle ein neues Grundgerüst für ein Paket:
|
||||
|
||||
`choco new {{paket_name}}`
|
||||
|
||||
- Erstelle ein neues Paket mit einer bestimmten Version:
|
||||
|
||||
`choco new {{paket_name}} --version {{version}}`
|
||||
|
||||
- Erstelle ein neues Paket mit einem bestimmten Betreuer*innen-Namen:
|
||||
|
||||
`choco new {{paket_name}} --maintainer {{betreuer*innen_name}}`
|
||||
|
||||
- Erstelle ein neues Paket in einem bestimmten Ausgabe-Verzeichnis:
|
||||
|
||||
`choco new {{paket_name}} --output-directory {{pfad/zum/verzeichnis}}`
|
||||
|
||||
- Erstelle ein neues Paket mit verschiedenen URLs für die 32-Bit und 64-Bit Installationsroutinen:
|
||||
|
||||
`choco new {{paket_name}} url="{{url}}" url64="{{url}}"`
|
Loading…
Add table
Reference in a new issue