Merge pull request #19482 from wxy/20200827-Use-this-command-line-tool-to-find-security-flaws-in-your-code

PRF:20200827 Use this command line tool to find security flaws in your code
This commit is contained in:
Xingyu.Wang
2020-09-03 13:21:37 +08:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ $ git clone https://github.com/wireghoul/graudit
现在,我们需要创建一个 Graudit 的符号链接,以便我们可以将其作为一个命令使用。
```
$ cd ~/bin && mkdir graudit
$ cd ~/bin && mkdir graudit
$ ln --symbolic ~/graudit/graudit ~/bin/graudit
```