diff --git a/README.md b/README.md index 8e8a4587dbfc..5017d14ff9e9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,13 @@ Get started with Angular CLI, learn the fundamentals and explore advanced topics Install the Angular CLI globally: -``` +```bash +# Nodejs v16 & later +npm install --location=global @angular/cli + +OR + +# Nodejs v14 & older npm install -g @angular/cli ```