From 031385cd4e7346f3b2deceb47f865037d93c59a6 Mon Sep 17 00:00:00 2001 From: SimulatedGREG Date: Sun, 27 Aug 2017 16:07:17 -0500 Subject: [PATCH] update strip-components option in tar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5146ded..cab282a 100644 --- a/README.md +++ b/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]