update readme

This commit is contained in:
陈国伟 2021-09-17 11:44:46 +08:00
parent 3aa64f9ed3
commit e5530d00ec
2 changed files with 6 additions and 6 deletions

View File

@ -370,19 +370,19 @@ code {
<h3 id="1-%E7%A8%8B%E5%BA%8F%E4%B8%8B%E8%BD%BD">1 程序下载</h3> <h3 id="1-%E7%A8%8B%E5%BA%8F%E4%B8%8B%E8%BD%BD">1 程序下载</h3>
<p>如果不能下载<a href="https://github.com/dotnetcore/FastGithub">releases</a>里发布的程序可以到Q群<code>307306673</code>里面的群文件下载。</p> <p>如果不能下载<a href="https://github.com/dotnetcore/FastGithub">releases</a>里发布的程序可以到Q群<code>307306673</code>里面的群文件下载。</p>
<h3 id="2-%E9%83%A8%E7%BD%B2%E6%96%B9%E5%BC%8F">2 部署方式</h3> <h3 id="2-%E9%83%A8%E7%BD%B2%E6%96%B9%E5%BC%8F">2 部署方式</h3>
<h4 id="21-windows%E6%9C%AC%E6%9C%BA">2.1 windows本机</h4> <h4 id="21-windows-x64">2.1 windows-x64</h4>
<ul> <ul>
<li>双击运行fastgithub.exe程序</li> <li>双击运行fastgithub.exe程序</li>
<li><code>fastgithub.exe start</code> // 以windows服务安装并启动</li> <li><code>fastgithub.exe start</code> // 以windows服务安装并启动</li>
<li><code>fastgithub.exe stop</code> // 以windows服务卸载并删除</li> <li><code>fastgithub.exe stop</code> // 以windows服务卸载并删除</li>
</ul> </ul>
<h4 id="22-linux%E6%9C%AC%E6%9C%BA">2.2 linux本机</h4> <h4 id="22-linux-x64">2.2 linux-x64</h4>
<ul> <ul>
<li>执行<code>sudo ./fastgithub</code></li> <li>执行<code>sudo ./fastgithub</code></li>
<li>手工安装cacert/fastgithub.cer到受信任的根证书颁发机构</li> <li>手工安装cacert/fastgithub.cer到受信任的根证书颁发机构</li>
<li>手工设置系统代理为http://127.0.0.1:38457或自动代理为http://127.0.0.1:38457/proxy.pac</li> <li>手工设置系统代理为http://127.0.0.1:38457或自动代理为http://127.0.0.1:38457/proxy.pac</li>
</ul> </ul>
<h4 id="23-macos%E6%9C%AC%E6%9C%BA">2.3 macOS本机</h4> <h4 id="23-macos-x64">2.3 macOS-x64</h4>
<ul> <ul>
<li>双击运行fastgithub程序</li> <li>双击运行fastgithub程序</li>
<li>手工安装cacert/fastgithub.cer并设置信任</li> <li>手工安装cacert/fastgithub.cer并设置信任</li>

View File

@ -5,17 +5,17 @@ github加速神器解决github打不开、用户头像无法加载、releases
如果不能下载[releases](https://github.com/dotnetcore/FastGithub)里发布的程序可以到Q群`307306673`里面的群文件下载。 如果不能下载[releases](https://github.com/dotnetcore/FastGithub)里发布的程序可以到Q群`307306673`里面的群文件下载。
### 2 部署方式 ### 2 部署方式
#### 2.1 windows本机 #### 2.1 windows-x64
* 双击运行fastgithub.exe程序 * 双击运行fastgithub.exe程序
* `fastgithub.exe start` // 以windows服务安装并启动 * `fastgithub.exe start` // 以windows服务安装并启动
* `fastgithub.exe stop` // 以windows服务卸载并删除 * `fastgithub.exe stop` // 以windows服务卸载并删除
#### 2.2 linux本机 #### 2.2 linux-x64
* 执行`sudo ./fastgithub` * 执行`sudo ./fastgithub`
* 手工安装cacert/fastgithub.cer到受信任的根证书颁发机构 * 手工安装cacert/fastgithub.cer到受信任的根证书颁发机构
* 手工设置系统代理为http://127.0.0.1:38457或自动代理为http://127.0.0.1:38457/proxy.pac * 手工设置系统代理为http://127.0.0.1:38457或自动代理为http://127.0.0.1:38457/proxy.pac
#### 2.3 macOS本机 #### 2.3 macOS-x64
* 双击运行fastgithub程序 * 双击运行fastgithub程序
* 手工安装cacert/fastgithub.cer并设置信任 * 手工安装cacert/fastgithub.cer并设置信任
* 手工设置系统代理为http://127.0.0.1:38457或自动代理为http://127.0.0.1:38457/proxy.pac * 手工设置系统代理为http://127.0.0.1:38457或自动代理为http://127.0.0.1:38457/proxy.pac