Skip to content

Commit 626eb3a

Browse files
committed
docs: make more accurate
1 parent fb8c0b3 commit 626eb3a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ The second technique described below lets you add CodeIgniter4 to an existing
1818
webapp,
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

2526
App Starter
2627
===========

0 commit comments

Comments
 (0)