@@ -9,8 +9,8 @@ The `CodeIgniter 4 framework <https://github.com/codeigniter4/framework>`_
99repository holds the released versions of the framework.
1010It 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 **
1414folder!
1515
1616.. note :: This is the installation technique closest to that described
@@ -37,7 +37,7 @@ See :ref:`initial-configuration` for the detail.
3737Upgrading
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
4242Read 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,
6565they can be added to your project in a similar fashion.
6666
6767Download 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
7171This would need to be repeated to incorporate any updates
7272to the translations.
0 commit comments