We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8c0b3 commit 626eb3aCopy full SHA for 626eb3a
1 file changed
user_guide_src/source/installation/installing_composer.rst
@@ -18,9 +18,10 @@ The second technique described below lets you add CodeIgniter4 to an existing
18
webapp,
19
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.
+ collaboration with others, then the **vendor** folder would normally
+ be "git ignored". In such a case, you will need to do a ``composer install``
+ (or ``composer update`` if you want to update all Composer dependencies) when
24
+ you clone the repository to a new system.
25
26
App Starter
27
===========
0 commit comments