From e1960a9c451703d40fdfbf4300e09850223ce00e Mon Sep 17 00:00:00 2001 From: Christian Daudt Date: Wed, 4 Mar 2020 14:20:33 -0800 Subject: [PATCH] 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 --- boot/cypress/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/cypress/README.md b/boot/cypress/README.md index 50a34035..3783eee8 100644 --- a/boot/cypress/README.md +++ b/boot/cypress/README.md @@ -34,11 +34,11 @@ Those are represented as submodules. 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: - cd cy_mcuboot + cd mcuboot git submodule update --init --recursive @@ -64,7 +64,7 @@ Root directory for build is **boot/cypress.** Following CLI / IDE are supported for project build: * Cygwin on Windows systems -* unix style sheels on *nix systems +* unix style shells on *nix systems * 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;