You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.1 KiB

4 years ago
4 years ago
4 years ago
  1. # Wget
  2. - [Wget](#wget)
  3. - [资源](#资源)
  4. - [Windows下使用方法](#windows下使用方法)
  5. - [1解压](#1解压)
  6. - [2将wget拷贝到C:\Windows\System32目录下](#2将wget拷贝到cwindowssystem32目录下)
  7. - [3按照下面方法启动cmd](#3按照下面方法启动cmd)
  8. - [4输入指令下载](#4输入指令下载)
  9. ## 资源
  10. [Win下载地址](https://eternallybored.org/misc/wget/)
  11. [手册](https://www.gnu.org/software/wget/manual/wget.html)
  12. [wget-1.21.2-win64.zip本地下载](./wget-1.21.2-win64.zip)
  13. ## Windows下使用方法
  14. ### 1解压
  15. ![image-20220205203050132](markdown.assets/README.assets/image-20220205203050132.png)
  16. ### 2将wget拷贝到C:\Windows\System32目录下
  17. ![image-20220205203212523](markdown.assets/README.assets/image-20220205203212523.png)
  18. ### 3按照下面方法启动cmd
  19. ![image-20220205203358356](markdown.assets/README.assets/image-20220205203358356.png)
  20. ![image-20220205203435275](markdown.assets/README.assets/image-20220205203435275.png)
  21. ### 4输入指令下载
  22. ![image-20220205203658041](markdown.assets/README.assets/image-20220205203658041.png)