docs: edit README

pull/2791/head
ruanyf 2020-03-04 18:59:10 +08:00
parent 0ba2c55897
commit 634a9b5604
1 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,11 @@
## 如何搜索
搜索周刊的简单方法是使用 GitHub 的搜索框。
1、使用 [Sourcegraph.com](https://sourcegraph.com/github.com/ruanyf/weekly) 进行搜索。(推荐方法)
如果需要精确搜索,请将这个仓库克隆到本地,然后在仓库目录使用下面的命令。
2、使用 GitHub 自带的搜索,但只支持搜索英文单词。
3、将这个仓库克隆到本地然后在仓库目录使用下面的命令。
```bash
$ grep -nri [搜索词] docs | cat --number