Update links in docs (#2691)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -13,7 +13,7 @@ Clone the necessary projects into a `jerry-nuttx` directory. The last tested wor
|
||||
# Create a base folder for all the projects.
|
||||
mkdir jerry-nuttx && cd jerry-nuttx
|
||||
|
||||
git clone https://github.com/jerryscript-project/jerryscript.git
|
||||
git clone https://github.com/pando-project/jerryscript.git
|
||||
git clone https://bitbucket.org/nuttx/nuttx.git -b nuttx-7.22
|
||||
git clone https://bitbucket.org/nuttx/apps.git -b nuttx-7.22
|
||||
git clone https://github.com/texane/stlink.git
|
||||
|
||||
@@ -12,7 +12,7 @@ If you are in a hurry, run following commands:
|
||||
$ sudo apt-add-repository -y "ppa:team-gcc-arm-embedded/ppa"
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install gcc-arm-embedded
|
||||
$ git clone https://github.com/jerryscript-project/jerryscript.git jerryscript
|
||||
$ git clone https://github.com/pando-project/jerryscript.git jerryscript
|
||||
$ cd jerryscript
|
||||
$ make -f ./targets/tizenrt-artik053/Makefile.travis install script
|
||||
```
|
||||
@@ -40,7 +40,7 @@ $ export PATH=<Your Toolchain PATH>:$PATH
|
||||
```
|
||||
$ mkdir jerry-tizenrt
|
||||
$ cd jerry-tizenrt
|
||||
$ git clone https://github.com/jerryscript-project/jerryscript.git
|
||||
$ git clone https://github.com/pando-project/jerryscript.git
|
||||
$ git clone https://github.com/Samsung/TizenRT.git -b 1.1_Public_Release
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user