mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
Merge pull request #7 from piggyslasher/patch-1
Update CURL installation instructions
This commit is contained in:
commit
62a052925d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ Simply clone down this reposity, install dependencies, and get started on your a
|
||||||
The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** recommended, as opposed to using `npm`.
|
The use of the [yarn](https://yarnpkg.com/) package manager is **strongly** recommended, as opposed to using `npm`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# copy template using curl
|
# create a directory of your choice, and copy template using curl
|
||||||
|
mkdir new-electron-webpack-project && cd new-electron-webpack-project
|
||||||
curl -fsSL https://github.com/electron-userland/electron-webpack-quick-start/archive/master.tar.gz | tar -xz --strip-components 1
|
curl -fsSL https://github.com/electron-userland/electron-webpack-quick-start/archive/master.tar.gz | tar -xz --strip-components 1
|
||||||
|
|
||||||
# or copy template using git clone
|
# or copy template using git clone
|
||||||
|
|
Loading…
Reference in a new issue