Update instructions to point to correct git URL
Updating the URL for git repository in README file to reflect merge of PSoC62 into mcuboot master. Signed-off-by: Christian Daudt <christian.daudt@cypress.com>
This commit is contained in:
parent
4650f2011b
commit
e1960a9c45
|
@ -34,11 +34,11 @@ Those are represented as submodules.
|
||||||
|
|
||||||
To retrieve source code with subsequent submodules pull:
|
To retrieve source code with subsequent submodules pull:
|
||||||
|
|
||||||
git clone --recursive http://git-ore.aus.cypress.com/repo/cy_mcuboot_project/cy_mcuboot.git
|
git clone --recursive https://github.com/JuulLabs-OSS/mcuboot.git
|
||||||
|
|
||||||
Submodules can also be updated and initialized separately:
|
Submodules can also be updated and initialized separately:
|
||||||
|
|
||||||
cd cy_mcuboot
|
cd mcuboot
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ Root directory for build is **boot/cypress.**
|
||||||
Following CLI / IDE are supported for project build:
|
Following CLI / IDE are supported for project build:
|
||||||
|
|
||||||
* Cygwin on Windows systems
|
* Cygwin on Windows systems
|
||||||
* unix style sheels on *nix systems
|
* unix style shells on *nix systems
|
||||||
* Eclipse / ModusToolbox ("makefile project from existing source")
|
* Eclipse / ModusToolbox ("makefile project from existing source")
|
||||||
|
|
||||||
*Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
|
*Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
|
||||||
|
|
Loading…
Reference in New Issue