curl: add Polish translation (#8864)

pull/1/head
DawidStruzik 2022-10-10 00:02:31 +02:00 committed by GitHub
parent 334b93c165
commit 8e47337714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
pages.pl/windows/curl.md Normal file
View 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`