mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 01:42:09 +02:00
choco-install: add Indonesian translation (#9241)
This commit is contained in:
parent
69ccfcc038
commit
c0525003cf
1 changed files with 36 additions and 0 deletions
36
pages.id/windows/choco-install.md
Normal file
36
pages.id/windows/choco-install.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# choco install
|
||||
|
||||
> Instal satu paket atau lebih dengan Chocolatey.
|
||||
> Informasi lebih lanjut: <https://docs.chocolatey.org/en-us/choco/commands/install>.
|
||||
|
||||
- Instal satu paket atau lebih paket yang dipisahkan oleh spasi:
|
||||
|
||||
`choco install {{paket}}`
|
||||
|
||||
- Instal paket dari file konfigurasi khusus:
|
||||
|
||||
`choco install {{jalan/menuju/paket.config}}`
|
||||
|
||||
- Instal file nuspec atau nupkg tertentu:
|
||||
|
||||
`choco install {{jalan/menuju/file}}`
|
||||
|
||||
- Instal versi paket tertentu:
|
||||
|
||||
`choco install {{paket}} --version {{versi}}`
|
||||
|
||||
- Izinkan menginstal beberapa versi paket:
|
||||
|
||||
`choco install {{paket}} --allow-multiple`
|
||||
|
||||
- Konfirmasikan semua prompt secara otomatis:
|
||||
|
||||
`choco install {{paket}} --yes`
|
||||
|
||||
- Tentukan sumber khusus untuk menerima paket:
|
||||
|
||||
`choco install {{paket}} --source {{url_sumber|alias}}`
|
||||
|
||||
- Berikan nama pengguna dan kata sandi untuk otentikasi:
|
||||
|
||||
`choco install {{paket}} --user {{nama_pengguna}} --password {{kata_sandi}}`
|
Loading…
Add table
Reference in a new issue