If when you first downloaded and installed the project you just cloned the git repository, all you will need to do is run the following command, then you will be up to date! (you may also need to update your NPM packages if you have not updated in a while)
$ git pull
If you originally installed the project by using a Zip file here are the steps that you need to take.
- Download the new version of PopcornTV
- Drag your config.json from the old version to the folder with the new version.
- Take the certificates from "assets/certificates/" and move them over to the new folder.
- Run
sudo npm install
again. - Restart PopcornTV from the new folder.