From 4db4649f03a8677b886911e955c65f43d1a125ac Mon Sep 17 00:00:00 2001 From: Vladimir Lugovsky Date: Fri, 29 Sep 2017 14:01:38 +0300 Subject: [PATCH] docs(installation): add branch checkout to ng2-admin docs --- docs/contents/articles/002-installation-guidelines/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contents/articles/002-installation-guidelines/index.md b/docs/contents/articles/002-installation-guidelines/index.md index 736f1688..d9d98270 100644 --- a/docs/contents/articles/002-installation-guidelines/index.md +++ b/docs/contents/articles/002-installation-guidelines/index.md @@ -20,10 +20,10 @@ If you don't have any of these tools installed already, you will need to: **Note**: Make sure you have Node version >= 6.0 and NPM >= 3 ## Clone repository and install dependencies -You will need to clone the source code of ng2-admin GitHub repository: +You will need to clone the source code of ngx-admin GitHub repository. ng2-admin is located in separate branch now after we released ngx-admin. Following command clones repository and checks out this branch: ```bash -git clone https://github.com/akveo/ng2-admin.git +git clone -b ng2-admin https://github.com/akveo/ngx-admin.git ng2-admin ``` After the repository is cloned, go inside of the repository directory and install dependencies: