diff options
author | louiz’ <louiz@louiz.org> | 2017-02-28 23:54:02 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-02-28 23:54:02 +0100 |
commit | ea0151165a8719e596cbd35165db28fe90a376b1 (patch) | |
tree | 553036dd15a9b59f7bfd1a28986a4eaff8d86c08 /docker | |
parent | 90b3c07b6c43215076f2f1eacbfb1335aa714366 (diff) | |
download | biboumi-ea0151165a8719e596cbd35165db28fe90a376b1.tar.gz biboumi-ea0151165a8719e596cbd35165db28fe90a376b1.tar.bz2 biboumi-ea0151165a8719e596cbd35165db28fe90a376b1.tar.xz biboumi-ea0151165a8719e596cbd35165db28fe90a376b1.zip |
Use markdown for the docker readme
Diffstat (limited to 'docker')
-rw-r--r-- | docker/biboumi/README.md (renamed from docker/biboumi/README.rst) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docker/biboumi/README.rst b/docker/biboumi/README.md index f6d529d..094bb78 100644 --- a/docker/biboumi/README.rst +++ b/docker/biboumi/README.md @@ -7,11 +7,10 @@ Running This image does not embed any XMPP server. You need to have a running XMPP server first: as an other docker image, or running on the host machine. -Assuming you have a running `prosody -<https://hub.docker.com/r/prosody/prosody/>`_ container already running and -`properly configured -<https://prosody.im/doc/components#adding_an_external_component>`_ you can -use the following command to start your biboumi container. +Assuming you have a running [prosody](https://hub.docker.com/r/prosody/prosody/) +container already running and +[properly configured](https://prosody.im/doc/components#adding_an_external_component) +you can use the following command to start your biboumi container. ``` docker run --link prosody:xmpp \ |