commit c18205434a03c2273ac262b6c01bbfe253306da8 Author: zhaohe <1013909206@qq.com> Date: Sat Feb 5 20:38:40 2022 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..452a2cf --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# Wget + +[toc] + +## 资源 + +[Win下载地址](https://eternallybored.org/misc/wget/) + +[手册](https://www.gnu.org/software/wget/manual/wget.html) + +[wget-1.21.2-win64.zip本地下载](./wget-1.21.2-win64.zip) + + + +## Windows下使用方法 + + + +### 1解压 + +![image-20220205203050132](markdown.assets/README.assets/image-20220205203050132.png) + + + +### 2将wget拷贝到C:\Windows\System32目录下 + +![image-20220205203212523](markdown.assets/README.assets/image-20220205203212523.png) + +### 3按照下面方法启动cmd + +![image-20220205203358356](markdown.assets/README.assets/image-20220205203358356.png) + +![image-20220205203435275](markdown.assets/README.assets/image-20220205203435275.png) + + + + + +### 4输入指令下载 + +![image-20220205203658041](markdown.assets/README.assets/image-20220205203658041.png) \ No newline at end of file diff --git a/markdown.assets/README.assets/image-20220205203040912.png b/markdown.assets/README.assets/image-20220205203040912.png new file mode 100644 index 0000000..5444c82 Binary files /dev/null and b/markdown.assets/README.assets/image-20220205203040912.png differ diff --git a/markdown.assets/README.assets/image-20220205203050132.png b/markdown.assets/README.assets/image-20220205203050132.png new file mode 100644 index 0000000..0104a1e Binary files /dev/null and b/markdown.assets/README.assets/image-20220205203050132.png differ diff --git a/markdown.assets/README.assets/image-20220205203212523.png b/markdown.assets/README.assets/image-20220205203212523.png new file mode 100644 index 0000000..4420649 Binary files /dev/null and b/markdown.assets/README.assets/image-20220205203212523.png differ diff --git a/markdown.assets/README.assets/image-20220205203358356.png b/markdown.assets/README.assets/image-20220205203358356.png new file mode 100644 index 0000000..2406550 Binary files /dev/null and b/markdown.assets/README.assets/image-20220205203358356.png differ diff --git a/markdown.assets/README.assets/image-20220205203435275.png b/markdown.assets/README.assets/image-20220205203435275.png new file mode 100644 index 0000000..c31f355 Binary files /dev/null and b/markdown.assets/README.assets/image-20220205203435275.png differ diff --git a/markdown.assets/README.assets/image-20220205203658041.png b/markdown.assets/README.assets/image-20220205203658041.png new file mode 100644 index 0000000..6c43ce8 Binary files /dev/null and b/markdown.assets/README.assets/image-20220205203658041.png differ diff --git a/wget-1.21.2-win64.zip b/wget-1.21.2-win64.zip new file mode 100644 index 0000000..a907ade Binary files /dev/null and b/wget-1.21.2-win64.zip differ