diff --git a/README.md b/README.md index 92dfcba604225de09cb03b11bfac8bb78e2aaec9..8f8ad25bf6b6cd2b749192d1f09b81d70cc924c2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 此文件使用YAML语法,详见[官网](http://yaml.org/)或[维基百科](https://zh.wikipedia.org/wiki/YAML)。 -由于格式十分简单,一般自行观察[`hosts.yml`](https://github.com/googlehosts/hosts/blob/hosts-source/data/hosts.yml)和[`hosts`](https://github.com/googlehosts/hosts/blob/master/hosts)即可理解,这里就不给出具体说明了。 +由于格式十分简单,一般自行观察[`hosts.yml`](https://github.com/googlehosts/hosts/blob/hosts-source/data/hosts.yml)和[`hosts`](https://github.com/googlehosts/hosts/blob/master/hosts-files/hosts)即可理解,这里就不给出具体说明了。 ## 其他文件 @@ -12,7 +12,7 @@ ## 在本地由`hosts.yml`生成`hosts`等文件(仅Linux环境) -1. 安装[Node.js](https://nodejs.org/en/download/current/)。 +1. 安装[Node.js](https://nodejs.org/zh-cn/download/current/)。 2. 在项目的文件夹下打开终端。 3. 运行`npm install`。 4. 运行`./build.sh`。