Fix README
parent
9b22c1d201
commit
a3aabb29fd
11
README.rst
11
README.rst
|
@ -9,6 +9,7 @@ A pyinfra module to install the Docker Compose plugin.
|
||||||
**Table of Contents**
|
**Table of Contents**
|
||||||
|
|
||||||
- `Installation <#installation>`_
|
- `Installation <#installation>`_
|
||||||
|
- `Usage <#usage>`_
|
||||||
- `License <#license>`_
|
- `License <#license>`_
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -18,6 +19,16 @@ Installation
|
||||||
|
|
||||||
pip install pyinfra-docker-compose
|
pip install pyinfra-docker-compose
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
.. code-block:: python
|
||||||
|
|
||||||
|
from pyinfra_docker_compose import deploy_docker_compose
|
||||||
|
|
||||||
|
deploy_docker_compose()
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue