We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b95517 + b9e89a1 commit cb89b30Copy full SHA for cb89b30
docs/installation.rst
@@ -17,13 +17,13 @@ you have PHP installed.
17
18
To use the commandline tool you need to install it using `Composer <https://getcomposer.org/>`__::
19
20
-.. code:: bash
+.. code-block:: bash
21
22
composer require --dev phpdocumentor/guides-cli
23
24
This will install the commandline tool in the vendor/bin directory. You can then use it as follows::
25
26
27
28
vendor/bin/guides ./docs
29
@@ -37,7 +37,7 @@ Library (advanced)
37
38
If you are building your own application you can install the libraries using `Composer <https://getcomposer.org/>`__::
39
40
41
42
composer require phpdocumentor/guides
43
0 commit comments