Update git clone URL in build script and in readme (#633)

This commit is contained in:
Todor Imreorov
2018-09-11 21:46:44 +01:00
committed by Florian Rival
parent 65fbd0017d
commit 0f022e6f8d
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