Updating Existing Installations
Updating with git
To update an existing installation with git do the following:
- Open a terminal and go to the directory of your EvoSC installation.
- Enter:
git pull
- Update composer:
composer install --no-dev
- Restart EvoSC, you can use the in-game command
//restart-evosc
and remember that you might have to reset your interface with/reset
.
No Comments