Upgrading
angela edited this page 5 years ago

Upgrading Resgen from versions v1.3.0 or greater

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.