Skip to content

Commit 6684f7a

Browse files
committed
docs: remove > so that the commands can be copy pasted
1 parent b21eb76 commit 6684f7a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

user_guide_src/source/extending/composer_packages.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,13 @@ You can easily install and configure such tools with
101101
Installing DevKit
102102
=================
103103

104-
In the root of your package directory, run the following commands::
104+
In the root of your package directory, run the following commands:
105105

106-
> composer config minimum-stability dev
107-
> composer config prefer-stable true
108-
> composer require --dev codeigniter4/devkit
106+
.. code-block:: console
107+
108+
composer config minimum-stability dev
109+
composer config prefer-stable true
110+
composer require --dev codeigniter4/devkit
109111
110112
The DevKit installs various Composer packages that helps your development, and
111113
installs templates for them in **vendor/codeigniter4/devkit/src/Template**.

0 commit comments

Comments
 (0)