Update README.md
This commit is contained in:
parent
d26b4ad926
commit
abf9c0752c
@ -2,13 +2,17 @@
|
|||||||
bash todo !!
|
bash todo !!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# 使用 git 将项目克隆到本地
|
||||||
git clone git@github.com:InvisibleFuture/todo.git
|
git clone git@github.com:InvisibleFuture/todo.git
|
||||||
|
|
||||||
|
# 进入项目文件夹, 设置文件执行权限 777
|
||||||
cd todo
|
cd todo
|
||||||
chmod 777 main.sh
|
chmod 777 main.sh
|
||||||
|
|
||||||
|
# 将文件复制到命令目录, 以便直接使命令 todo
|
||||||
sudo cp ./main.sh /usr/bin/todo
|
sudo cp ./main.sh /usr/bin/todo
|
||||||
|
|
||||||
|
# 此时已经可用 todo 命令, 默认会显示帮助提示
|
||||||
todo
|
todo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user