From d7ce64913906f963e0444549c0b51eb994266975 Mon Sep 17 00:00:00 2001 From: D14rn <49399494+D14rn@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:02:49 +0200 Subject: [PATCH] Update cloning branch instructions Add the command to clone the branch via HTTPS --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd0b87c0..89b509f5 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,18 @@ - Clone this branch to your local machine - `git clone -b homes-app-start git@github.com:angular/codelabs.git homes-app` + `git clone -b homes-app-start git@github.com:angular/codelabs.git homes-app` (using SSH) + or + `git clone -b homes-app-start https://github.com/angular/codelabs.git homes-app` (using HTTPS) - Once the code has been downloaded `cd homes-app` -- Install the depencies +- Install the dependencies `npm install` - Run the application - `ng serve` \ No newline at end of file + `ng serve`