From abf9c0752cae5f2dc4153dd74ddf536e9bf7bb7f Mon Sep 17 00:00:00 2001 From: Last <32554200+InvisibleFuture@users.noreply.github.com> Date: Sun, 31 Jul 2022 06:43:07 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ba18a5..3b438fa 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,17 @@ bash todo !! ```bash +# 使用 git 将项目克隆到本地 git clone git@github.com:InvisibleFuture/todo.git +# 进入项目文件夹, 设置文件执行权限 777 cd todo chmod 777 main.sh +# 将文件复制到命令目录, 以便直接使命令 todo sudo cp ./main.sh /usr/bin/todo +# 此时已经可用 todo 命令, 默认会显示帮助提示 todo ```