提交 ff14a22d 编写于 作者: ziix's avatar ziix

Update README.md

上级 3fec58ab
......@@ -7,12 +7,12 @@
### 在microsoft windows下:
0. 安装python3环境
1. ```pip -r fetch_ip_for_host/requirements.txt```
2. ```explorer ./github-hosts/``` 管理员权限运行 run-me.bat 即 打印github.com所有cdn的ip地址列表,手动放到c:\Windows\System32\drivers\etc\hosts中即可访问github.com
2. ```explorer ./github-hosts/``` 管理员权限运行 run-me.bat (自动安装py依赖fetch_ip_for_host/requirements.txt), 即 将github.com所有cdn的ip地址列表 放到c:\Windows\System32\drivers\etc\hosts中即可访问github.com
### 在linux下:
0. 安装python3环境
1. ```pip -r fetch_ip_for_host/requirements.txt```
2. 运行 ```cd github-hosts ; sudo run-me.sh``` 打印github.com所有cdn的ip地址列表,手动放到/etc/hosts中即可访问github.com
2. 运行 ```cd github-hosts ; sudo run-me.sh``` (自动安装py依赖fetch_ip_for_host/requirements.txt),即 将github.com所有cdn的ip地址列表 放到/etc/hosts中即可访问github.com
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册