From f8400c23a68410b273187eb4bab7fd987bbee11e Mon Sep 17 00:00:00 2001 From: mzg <5487654@qq.com> Date: Sun, 21 Aug 2022 10:48:05 +0800 Subject: [PATCH] fix README typo mentioned in issue 2 by Mr_Vague, thanks Mr_Vague --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c702fb..543dafe 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ 首先,请确认系统中已经安装 python 和 git,然后执行下列命令克隆仓库: ```shell -git clone git@codechina.csdn.net:csdn/skill_tree_java.git +git clone git@codechina.csdn.net:csdn/skill_tree_rust.git ``` -然后进入 skill_tree_java 目录,执行下列命令安装依赖: +然后进入 skill_tree_rust 目录,执行下列命令安装依赖: ```shell -pip install -r requrirements.txt +pip install -r requirement.txt ``` 然后执行下列命令安装钩子: -- GitLab