windows/curl, windows/wget: sync rearranged examples to other translations (#13856)
This commit is contained in:

committed by
GitHub

parent
e7a5654e1d
commit
7ae1f4e60f
@@ -3,10 +3,6 @@
|
||||
> W PowerShell to polecenie może być aliasem `Invoke-WebRequest`, gdy oryginalny program `curl` (<https://curl.se>) nie jest poprawnie zainstalowany.
|
||||
> Więcej informacji: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/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`
|
||||
|
||||
- Zobacz dokumentację oryginalnego polecenia `curl`:
|
||||
|
||||
`tldr curl -p common`
|
||||
@@ -14,3 +10,7 @@
|
||||
- Zobacz dokumentację polecenia PowerShell `Invoke-WebRequest`:
|
||||
|
||||
`tldr 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`
|
||||
|
Reference in New Issue
Block a user