Skip to content

Commit

Permalink
Adding to Packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
spekary committed Feb 16, 2016
1 parent 7f1fd92 commit 1186083
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,12 @@
QCubed plugin to simplify the integration of Twitter Bootstrap

## Installation
1) Install both the plugin and twitter bootstrap using Composer.
To install, add the following to the corresponding sections of your composer.json root file:
```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/qcubed/plugin_bootstrap"
}
],
```
and
```
"require": {
"qcubed/plugin/bootstrap": "dev-master"
"twbs/bootstrap": "~3.3@dev"
},
1) Install both the plugin and twitter bootstrap using Composer. Execute the following on the command line from your main
install directory:
```
composer require qcubed/plugin_bootstrap
composer require twbs/bootstrap
```
2) Next, you might want to set up some configuration settings in your configuration.inc.php file.

### __BOOTSTRAP_CSS__
Expand Down

0 comments on commit 1186083

Please sign in to comment.