mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
update strip-components option in tar
This commit is contained in:
parent
3d57323018
commit
031385cd4e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ The use of the [yarn](https://yarnpkg.com/) package manager is strongly recommen
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# copy template using curl
|
# 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
|
# or copy template using git clone
|
||||||
git clone [repoLink]
|
git clone [repoLink]
|
||||||
|
|
Loading…
Reference in a new issue