Skip to content

Commit d2810c5

Browse files
committed
fix: -r
1 parent d639ab7 commit d2810c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ git commit -m "init by easytorch"
7373
### 复制EasyTorch模板至工作目录
7474

7575
```shell
76-
cp easytorch/examples/template/* .
76+
cp -r easytorch/examples/template/* .
7777
```
7878

7979
*接下来就可以使用EasyTorch构建你的深度学习项目。*

0 commit comments

Comments
 (0)