Skip to content

Commit becefa3

Browse files
committed
docs: change decration for file paths
1 parent cf0806b commit becefa3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide_src/source/installation/installing_manual.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The `CodeIgniter 4 framework <https://github.com/codeigniter4/framework>`_
99
repository holds the released versions of the framework.
1010
It is intended for developers who do not wish to use Composer.
1111

12-
Develop your app inside the ``app`` folder, and the ``public`` folder
13-
will be your public-facing document root. Do not change anything inside the ``system``
12+
Develop your app inside the **app** folder, and the **public** folder
13+
will be your public-facing document root. Do not change anything inside the **system**
1414
folder!
1515

1616
.. note:: This is the installation technique closest to that described
@@ -37,7 +37,7 @@ See :ref:`initial-configuration` for the detail.
3737
Upgrading
3838
=========
3939

40-
Download a new copy of the framework, and then replace the ``system`` folder.
40+
Download a new copy of the framework, and then replace the **system** folder.
4141

4242
Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and Enhancements.
4343

@@ -65,8 +65,8 @@ If you want to take advantage of the system message translations,
6565
they can be added to your project in a similar fashion.
6666

6767
Download the `latest version of them <https://github.com/codeigniter4/translations/releases/latest>`_.
68-
Extract the downloaded zip, and copy the ``Language`` folder contents in it
69-
to your ``PROJECT_ROOT/app/Languages`` folder.
68+
Extract the downloaded zip, and copy the **Language** folder contents in it
69+
to your **app/Languages** folder.
7070

7171
This would need to be repeated to incorporate any updates
7272
to the translations.

0 commit comments

Comments
 (0)