From 38281c1bd623cfcd6f753fe391d9e11fe3f905c8 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 3 Sep 2020 13:12:08 +0800 Subject: [PATCH] PRF --- ...his command-line tool to find security flaws in your code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20200827 Use this command-line tool to find security flaws in your code.md b/published/20200827 Use this command-line tool to find security flaws in your code.md index f31367bfbe..3edc6fcfaa 100644 --- a/published/20200827 Use this command-line tool to find security flaws in your code.md +++ b/published/20200827 Use this command-line tool to find security flaws in your code.md @@ -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 ```