Skip to content

Commit

Permalink
[update] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarcis-cy committed Jun 25, 2024
1 parent 13fafd4 commit e9e0988
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
### 使用指南

```sh
xlint --script xxx.yml
xlint -f xxx.yml
xlint -f "./finger/*"
xlint -f "./finger/*" -f "./poc/*"
```

更多关于插件修复的指南,请参考 [插件修复指南](https://docs.xray.cool/plugins/yaml/Fix)
Expand Down
4 changes: 3 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ To ensure the quality and consistency of the plugins, we will promptly release t
### Usage Guide

```sh
xlint --script xxx.yml
xlint -f xxx.yml
xlint -f "./finger/*"
xlint -f "./finger/*" -f "./poc/*"
```

For more guidelines on plugin fixes, please refer to [Plugin Fix Guide](https://docs.xray.cool/plugins/yaml/Fix).
Expand Down

0 comments on commit e9e0988

Please sign in to comment.