@@ -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
@@ -49,7 +49,8 @@ Download and run.
4949Cons
5050====
5151
52- You are responsible for merge conflicts when updating.
52+ You need to check for file changes in the **project space **
53+ (root, app, public, tests, writable) and merge them by yourself.
5354
5455Structure
5556=========
@@ -65,8 +66,8 @@ If you want to take advantage of the system message translations,
6566they can be added to your project in a similar fashion.
6667
6768Download 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.
69+ Extract the downloaded zip, and copy the ** Language ** folder contents in it
70+ to your ** app/Languages ** folder.
7071
7172This would need to be repeated to incorporate any updates
7273to the translations.
0 commit comments