mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Merge branch 'master' of github.com:4ian/GDevelop
This commit is contained in:
@@ -10,8 +10,8 @@ It uses GDevelop [core C++ classes compiled to Javascript](https://github.com/4i
|
||||
Make sure to have [Git](https://git-scm.com/) and [Node.js](https://nodejs.org) installed. [Yarn](https://yarnpkg.com) is optional.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/4ian/GD.git
|
||||
cd GD/newIDE/app
|
||||
git clone https://github.com/4ian/GDevelop.git
|
||||
cd GDevelop/newIDE/app
|
||||
npm install #or yarn
|
||||
```
|
||||
|
||||
|
@@ -9,9 +9,10 @@ REM ===============================================================
|
||||
echo This will clone, install, and launch GDevelop development version. Please make sure you have git and Node.js installed.
|
||||
|
||||
SET fork=4ian
|
||||
SET project=GDevelop
|
||||
|
||||
call git clone https://github.com/%fork%/GD.git
|
||||
cd GD/newIDE/app
|
||||
call git clone https://github.com/%fork%/%project%.git
|
||||
cd %project%/newIDE/app
|
||||
call npm install
|
||||
cd ../electron-app
|
||||
call npm install
|
||||
|
Reference in New Issue
Block a user