home
## Li3 Docs

### Versions

The code in the _master_ branch requires Lithium 0.6.

### Installation

Download the plugin's source into the plugins directory.
{{{
cd /path/to/app
git clone code@rad-dev.org:li3_docs.git libraries/plugins/li3_docs
}}}

Now we need to make our app aware of the new plugin. Edit the app's bootstrap file at `config/bootstrap/libraries.php` and uncomment the following line.

{{{
// Libraries::add('plugin', 'li3_docs');
}}}

Now visit `http://localhost/path/to/app/docs` and you should see `Docs powered by Lithium`