Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed Nov 13, 2021
1 parent 5e8f920 commit d2e0843
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.0.7</Version>
<Version>2.0.8</Version>
<Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<IsWebConfigTransformDisabled>true</IsWebConfigTransformDisabled>
Expand Down
9 changes: 7 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,7 @@ <h4 id="21-windows-x64">2.1 windows-x64</h4>
</ul>
<h4 id="22-linux-x64">2.2 linux-x64</h4>
<ul>
<li>执行<code>./fastgithub</code></li>
<li>安装cacert/fastgithub.cer到受信任的根证书颁发机构</li>
<li>执行<code>sudo ./fastgithub</code></li>
<li>设置系统自动代理为<code>http://127.0.0.1:38457</code>,或手动代理http/https为<code>127.0.0.1:38457</code></li>
</ul>
<h4 id="23-macos-x64">2.3 macOS-x64</h4>
Expand All @@ -393,6 +392,12 @@ <h4 id="23-macos-x64">2.3 macOS-x64</h4>
<li>设置系统自动代理为<code>http://127.0.0.1:38457</code>,或手动代理http/https为<code>127.0.0.1:38457</code></li>
<li><a href="https://github.com/dotnetcore/FastGithub/blob/master/MacOSXConfig.md">具体配置详情</a></li>
</ul>
<h4 id="24-docker-compose%E4%B8%80%E9%94%AE%E9%83%A8%E7%BD%B2">2.4 docker-compose一键部署</h4>
<ul>
<li>准备好docker 18.09, docker-compose.</li>
<li>在源码目录下,有一个docker-compose.yaml 文件,专用于在实际项目中,临时使用github.com源码,而做的demo配置。</li>
<li>根据自己的需要更新docker-compose.yaml中的sample和build镜像即可完成拉github.com源码加速,并基于源码做后续的操作。</li>
</ul>
<h3 id="3-%E8%BD%AF%E4%BB%B6%E5%8A%9F%E8%83%BD">3 软件功能</h3>
<ul>
<li>提供域名的纯净IP解析;</li>
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ github加速神器,解决github打不开、用户头像无法加载、releases
* `fastgithub.exe stop` // 以windows服务卸载并删除

#### 2.2 linux-x64
* 执行`./fastgithub`
* 安装cacert/fastgithub.cer到受信任的根证书颁发机构
* 执行`sudo ./fastgithub`
* 设置系统自动代理为`http://127.0.0.1:38457`,或手动代理http/https为`127.0.0.1:38457`

#### 2.3 macOS-x64
Expand Down

0 comments on commit d2e0843

Please sign in to comment.