Merge branch 'master' of github.com:4ian/GDevelop

This commit is contained in:
Florian Rival
2018-09-11 22:35:10 +01:00
2 changed files with 5 additions and 4 deletions

View File

@@ -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
```

View File

@@ -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