Skip to content

Commit 87c6b6f

Browse files
authored
Update README.md
1 parent bb095c9 commit 87c6b6f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This course repository is updated to Angular 4, and there is a package-lock.jso
99

1010
# Installation pre-requisites
1111

12+
IMPORTANT: Please use NPM 5 or above, to make sure the package-lock.json is used.
13+
1214
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
1315

1416
*Its important to install the latest version of Node*
@@ -20,7 +22,7 @@ For running this project we need and npm installed on our machine. These are som
2022

2123
# Installing the Angular CLI
2224

23-
With the following command the angular-cli will be installed globally in your machine, as well as Yarn:
25+
With the following command the angular-cli will be installed globally in your machine:
2426

2527
npm install -g @angular/cli
2628

@@ -29,12 +31,12 @@ With the following command the angular-cli will be installed globally in your ma
2931

3032
We can install the master branch using the following commands:
3133

32-
git clone https://github.com/angular-university/angular-advanced-course.git
34+
git clone https://github.com/angular-university/angular-security-course.git
3335

3436
This repository is made of several separate npm modules, that are installable separately. For example, to run the au-input module, we can do the following:
3537

36-
cd angular-advanced-course/au-input
37-
yarn
38+
cd angular-security-course
39+
npm install
3840

3941
Its also possible to install the modules as usual using npm:
4042

0 commit comments

Comments
 (0)