doc: add missing links and roles

This commit is contained in:
pancho horrillo
2019-12-13 12:24:36 +01:00
parent b9f42bc458
commit 7f9e9de1d2
@@ -31,20 +31,21 @@ Windows
^^^^^^^ ^^^^^^^
Copy the downloaded binary to a directory of your choice and update the system Copy the downloaded binary to a directory of your choice and update the system
``PATH`` variable to include that directory. :envvar:`PATH` variable to include that directory.
Install the package with ``go get`` Install the package with ``go get``
----------------------------------- -----------------------------------
If you already have `installed and configured <https://golang.org/cmd/go/>`_ If you already have `installed and configured <https://golang.org/cmd/go/>`_
the ``go`` runtime in the host where you want to run *Kapow!*, simply run: the :program:`go` runtime in the host where you want to run *Kapow!*, simply
run:
.. code-block:: console .. code-block:: console
$ go get -v github.com/BBVA/kapow $ go get -v github.com/BBVA/kapow
Note that *Kapow!* leverages *Go modules*, so you can target specific releases: Note that *Kapow!* leverages `Go modules`_, so you can target specific releases:
.. code-block:: console .. code-block:: console
@@ -105,3 +106,5 @@ After building the image you can run the container with:
With the ``-v`` parameter we map a local file into the container's filesystem so With the ``-v`` parameter we map a local file into the container's filesystem so
we can use it to configure our *Kapow!* server on startup. we can use it to configure our *Kapow!* server on startup.
.. _Go modules: https://blog.golang.org/using-go-modules