Add citation block

This commit is contained in:
Ivan Kravets
2014-09-07 18:22:52 +03:00
parent 995a25478b
commit 727ec2f4dc

View File

@ -3,9 +3,11 @@
Library Manager
===============
*"The missing library manager for embedded platforms"*, - inspired by
`npm <https://www.npmjs.org>`_ and `bower <http://bower.io>`_ package managers
for web.
..
*"The missing library manager for embedded platforms"* [#]_
*PlatformIO Library Manager* allows you to organize external embedded libraries.
You can search for new libraries via :ref:`Command Line <cmd_lib_search>`
@ -19,3 +21,6 @@ You don't need to bother for finding the latest version of library. Due to
create
config
.. [#] Inspired by `npm <https://www.npmjs.org>`_ and `bower
<http://bower.io>`_ package managers for web.