Make the link to install instructions stand out a bit more. authored by lelutin's avatar lelutin
During an emergency I tend to skip longer paragraphs. The link to the
install instructions here is the most important part though so it needs
to be more visible during quick reading
......@@ -108,10 +108,16 @@ No monitoring specific to this service exists.
It should be possible to deploy the static website anywhere that
supports plain HTML, assuming you have a copy of the git repository.
The instructions below assume you have a copy of the git
repository. Make sure you follow the [installation instructions](#local-development-environment) to
also clone the submodules! If the git repository is not available, you
could start from scratch using [the example repository](https://github.com/cstate/example) as well.
The instructions in all of the subsections below assume you have a copy of the
git repository.
Important: make sure you follow the [installation
instructions](#local-development-environment) to
also clone the submodules!
If the git repository is not available, you
could start from scratch using [the example
repository](https://github.com/cstate/example) as well.
From here on, it is assumed you have a copy of the git repository (or
the example one).
......
......