diff --git a/README.md b/README.md index 6a7f8081b..27acd309a 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ hosts 文件在每个系统的位置不一,详情如下: 将上面的命令添加到 cron,可定时执行。使用前确保 GitHub520 内容在该文件最后部分。 -#### 在 Dcker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 +#### 在 Docker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 `cp /etc/hosts ~/hosts.new && sed -i "/# GitHub520 Host Start/Q" ~/hosts.new && curl https://raw.hellogithub.com/hosts >> ~/hosts.new && cp -f ~/hosts.new /etc/hosts` diff --git a/README_template.md b/README_template.md index 29201820a..6d4bed4a5 100644 --- a/README_template.md +++ b/README_template.md @@ -97,7 +97,7 @@ hosts 文件在每个系统的位置不一,详情如下: 将上面的命令添加到 cron,可定时执行。使用前确保 GitHub520 内容在该文件最后部分。 -#### 在 Dcker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 +#### 在 Docker 中运行,若遇到 `Device or resource busy` 错误,可使用以下命令执行 `cp /etc/hosts ~/hosts.new && sed -i "/# GitHub520 Host Start/Q" ~/hosts.new && curl https://raw.hellogithub.com/hosts >> ~/hosts.new && cp -f ~/hosts.new /etc/hosts`