mirror of https://github.com/ColorlibHQ/AdminLTE
Updated code highlighting
parent
8a49ac4816
commit
c5c2e7e4a1
13
README.md
13
README.md
|
@ -27,15 +27,22 @@ Using The Command Line:
|
|||
**Github**
|
||||
|
||||
- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
|
||||
- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/AdminLTE.git"```
|
||||
- Clone to your machine
|
||||
```
|
||||
git clone https://github.com/YOUR_USERNAME/AdminLTE.git"
|
||||
```
|
||||
|
||||
**Bower**
|
||||
|
||||
```bower install git://github.com/almasaeed2010/AdminLTE.git```
|
||||
```
|
||||
bower install git://github.com/almasaeed2010/AdminLTE.git
|
||||
```
|
||||
|
||||
**Composer**
|
||||
|
||||
```composer require "almasaeed2010/adminlte=~2.0"```
|
||||
```
|
||||
composer require "almasaeed2010/adminlte=~2.0"
|
||||
```
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue