浏览代码

update strip-components option in tar

SimulatedGREG 7 年之前
父节点
当前提交
031385cd4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -17,7 +17,7 @@ The use of the [yarn](https://yarnpkg.com/) package manager is strongly recommen
 
 ```bash
 # copy template using curl
-curl -fsSL [repoLink]/archive/master.tar.gz | tar -xz --strip-components 2
+curl -fsSL [repoLink]/archive/master.tar.gz | tar -xz --strip-components 1
 
 # or copy template using git clone
 git clone [repoLink]