Skip to content

Commit 6faf52c

Browse files
committed
docs: change file decoration
1 parent cb85703 commit 6faf52c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The second technique described below lets you add CodeIgniter4 to an existing
1818
webapp,
1919

2020
.. note:: If you are using a Git repository to store your code, or for
21-
collaboration with others, then the ``vendor`` folder would normally
21+
collaboration with others, then the **vendor** folder would normally
2222
be "git ignored". In such a case, you will need to do a ``composer update``
2323
when you clone the repository to a new system.
2424

@@ -39,7 +39,7 @@ In the folder above your project root::
3939

4040
> composer create-project codeigniter4/appstarter project-root
4141

42-
The command above will create a "project-root" folder.
42+
The command above will create a **project-root** folder.
4343

4444
If you omit the "project-root" argument, the command will create an
4545
"appstarter" folder, which can be renamed as appropriate.
@@ -137,8 +137,8 @@ In your project root::
137137
Setting Up
138138
----------
139139

140-
1. Copy the ``app``, ``public``, ``tests`` and ``writable`` folders from ``vendor/codeigniter4/framework`` to your project root
141-
2. Copy the ``env``, ``phpunit.xml.dist`` and ``spark`` files, from ``vendor/codeigniter4/framework`` to your project root
140+
1. Copy the **app**, **public**, **tests** and **writable** folders from **vendor/codeigniter4/framework** to your project root
141+
2. Copy the **env**, **phpunit.xml.dist** and **spark** files, from **vendor/codeigniter4/framework** to your project root
142142
3. You will have to adjust the ``$systemDirectory`` property in **app/Config/Paths.php** to refer to the vendor one, e.g., ``ROOTPATH . '/vendor/codeigniter4/framework/system'``.
143143

144144
Initial Configuration

0 commit comments

Comments
 (0)