choco-new: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
8c4d1c7e10
commit
f5f30886f3
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}}"`
|
Reference in New Issue
Block a user