27 lines
363 B
ReStructuredText
27 lines
363 B
ReStructuredText
|
|
.. _cmd_lib_register:
|
||
|
|
|
||
|
|
platformio lib register
|
||
|
|
=======================
|
||
|
|
|
||
|
|
.. contents::
|
||
|
|
|
||
|
|
Usage
|
||
|
|
-----
|
||
|
|
|
||
|
|
.. code-block:: bash
|
||
|
|
|
||
|
|
platformio lib regiter [HTTP_URL_TO_LIBRARY.JSON]
|
||
|
|
|
||
|
|
|
||
|
|
Description
|
||
|
|
-----------
|
||
|
|
|
||
|
|
Register new library and allow others to install it.
|
||
|
|
|
||
|
|
Examples
|
||
|
|
--------
|
||
|
|
|
||
|
|
.. code-block:: bash
|
||
|
|
|
||
|
|
$ platformio lib register http://my.example.com/library.json
|