Skip to content

Commit

Permalink
Improvements at documentation
Browse files Browse the repository at this point in the history
Add a note to prevent future developers to specify a wrong version of a
package. Is necessary to write the full version number.

#1304 (comment)

Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Mar 22, 2023
1 parent af47867 commit cc41fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Some 3rd party libraries that are necessary to run Nextcloud.
## Updating libraries manually

1. Make sure to use the latest version of composer: `composer self-update`
2. Edit composer.json and adjust the version of the library to the one to update to
2. Edit composer.json and adjust the version of the library to the one to update to. Pay attention to use the full version number (i.e. ^5.3.14).
3. Run `composer update thevendor/thelib` (replace accordingly)
4. Delete all installed dependencies with `rm -rf ./*/`
5. Run `composer install --no-dev`
Expand Down

0 comments on commit cc41fc0

Please sign in to comment.