File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ The second technique described below lets you add CodeIgniter4 to an existing
18
18
webapp,
19
19
20
20
.. note :: If you are using a Git repository to store your code, or for
21
- collaboration with others, then the **vendor ** folder would normally
22
- be "git ignored". In such a case, you will need to do a ``composer update ``
23
- when you clone the repository to a new system.
21
+ collaboration with others, then the **vendor ** folder would normally
22
+ be "git ignored". In such a case, you will need to do a ``composer install ``
23
+ (or ``composer update `` if you want to update all Composer dependencies) when
24
+ you clone the repository to a new system.
24
25
25
26
App Starter
26
27
===========
You can’t perform that action at this time.
0 commit comments