## Li3 Docs
## Requirements
The plugin's _master_ branch runs fine with the most recent stable Lithium release. Topic branches are named according to the Lithium version they require (i.e. _0.7_ branch requires 0.7).
### Installation
Clone the plugin's source into your `/libraries` or `app/libraries` directory.
{{{
git clone code@dev.lithify.me:li3_docs.git
}}}
Now we need to make our app aware of the new plugin. Edit the application's libraries file at `config/bootstrap/libraries.php` and uncomment the following line.
{{{
// Libraries::add('li3_docs');
}}}
Now visit `http://localhost/path/to/app/docs` and you should see `Lithium API`.