style-guide: mention tldr-lint instead of tldrl (#7495)

This commit is contained in:
marchersimon
2021-12-10 11:01:34 +01:00
committed by GitHub
parent 4ff6bc0533
commit ac76c79295
3 changed files with 11 additions and 11 deletions

View File

@@ -29,11 +29,11 @@
你也可以在提交前在本地测试自己的贡献:
```
npm install tldr-lint
tldrl -f {{page.md}}
npm install --global tldr-lint
tldr-lint {{page.md}}
```
关于 `tldrl` 的更多使用方法,例如检查批量检查一整个目录的格式,[`tldr tldrl`](https://github.com/tldr-pages/tldr/blob/master/pages/common/tldrl.md) 是你的不二去处!
关于 `tldr-lint` 的更多使用方法,例如检查批量检查一整个目录的格式,[`tldr tldr-lint`](https://github.com/tldr-pages/tldr/blob/master/pages/common/tldr-lint.md) 是你的不二去处!
如果你用 tldr-pages 的 Node.js 客户端,你可以在命令后加 `-f` (`--render`) 来在本地预览自己的页面: