Updated code highlighting

pull/260/head
Abdullah Almsaeed 2015-02-22 14:15:19 -05:00
parent 8a49ac4816
commit c5c2e7e4a1
1 changed files with 10 additions and 3 deletions

View File

@ -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
=============