-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrading
angela edited this page Sep 29, 2018
·
3 revisions
Upgrading Resgen is easy, but you'll want to make a backup of your applied directory and config.yml file, just in case.
If you're upgrading a verion of Resgen earlier than v1.3.0, it is recommended to back everything up and do a fresh install, due to numerous logic changes. Simply rename your existing resgen directory to resgen.bak and migrate old data in as needed
Once you have a safe copy of the necessities, begin the update process by navigating to Resgen's directory in your terminal. If Resgen was installed to your desktop:
Windows:
cd Desktop/resgen
Linux & Mac:
cd ~/Desktop/resgen
Now pull the repo, with Git:
git pull
You should now be up to date.