mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
docs(installation): add branch checkout to ng2-admin docs
This commit is contained in:
parent
0873f38cd6
commit
4db4649f03
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
**Note**: Make sure you have Node version >= 6.0 and NPM >= 3
|
||||||
## Clone repository and install dependencies
|
## 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
|
```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:
|
After the repository is cloned, go inside of the repository directory and install dependencies:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue