mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
wget: fix typo (#11019)
This commit is contained in:
parent
fde67e7204
commit
3b02e38ff4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
- Check whether `wget` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`:
|
- Check whether `wget` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`:
|
||||||
|
|
||||||
`curl --version`
|
`wget --version`
|
||||||
|
|
||||||
- View documentation for the original `wget` command:
|
- View documentation for the original `wget` command:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue