mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
curl: add Polish translation (#8864)
This commit is contained in:
parent
334b93c165
commit
8e47337714
1 changed files with 15 additions and 0 deletions
15
pages.pl/windows/curl.md
Normal file
15
pages.pl/windows/curl.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# curl
|
||||
|
||||
> W PowerShell polecenie to może być aliasem polecenia `Invoke-WebRequest`, gdy oryginalny program `curl` (<https://curl.se>) nie jest poprawnie zainstalowany.
|
||||
|
||||
- Zweryfikuj, czy `curl` jest poprawnie zainstalowany przez sprawdzeniem jego wersji. Jeśli to polecenie zwraca błąd, PowerShell mógł zastąpić to polecenie `Invoke-WebRequest`:
|
||||
|
||||
`curl --version`
|
||||
|
||||
- Zobacz dokumentację orginalnego polecenia `curl`:
|
||||
|
||||
`tldr curl -p common`
|
||||
|
||||
- Zobacz dokumentację polecenia PowerShell `Invoke-WebRequest`:
|
||||
|
||||
`tldr invoke-webrequest`
|
Loading…
Add table
Reference in a new issue