Skip to content

Commit

Permalink
Updated installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipstefansson committed Sep 30, 2013
1 parent 6a37a61 commit ec281b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,21 @@ This plugin won't do anything if you don't have website built with the [Twitter
The plugin is tested to work with ```Bootstrap version 3.0.0``` and ```WordPress 3.6```.

## Installation

### Using the command-line

Go to ```wp-content/plugins/``` and enter:

 $ git clone git@github.com:filipstefansson/bootstrap-shortcodes.git
$ cd bootstrap-shortcodes/
$ git submodule init
$ git submodule update

### Manually
To install this plugin, just download it, and drop the folder in the ```wp-content/plugins/```. Then login to WordPress and activate the plugin.

You'll also have to include the [php-markdown framework](https://github.com/michelf/php-markdown) in the ```bootstrap-shortcodes/php_markdown``` folder.

## Supported shortcodes
The plugin doesn't support all Bootstrap elements yet, but most of them.

Expand Down

0 comments on commit ec281b7

Please sign in to comment.