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
1818webapp,
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
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.
2425
2526App Starter
2627===========
You can’t perform that action at this time.
0 commit comments