mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
curl: fix Polish translation (#10253)
This commit is contained in:
parent
1d86c8f783
commit
23aa85e3c0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# curl
|
# curl
|
||||||
|
|
||||||
> W PowerShell polecenie to może być aliasem polecenia `Invoke-WebRequest`, gdy oryginalny program `curl` (<https://curl.se>) nie jest poprawnie zainstalowany.
|
> W PowerShell to polecenie może być aliasem `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`:
|
- Zweryfikuj, czy `curl` jest poprawnie zainstalowany poprzez sprawdzenie jego wersji. Jeśli to polecenie zwraca błąd, PowerShell mógł je zastąpić poleceniem `Invoke-WebRequest`:
|
||||||
|
|
||||||
`curl --version`
|
`curl --version`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue