diff --git a/Updating.md b/Updating.md new file mode 100644 index 0000000..89e638b --- /dev/null +++ b/Updating.md @@ -0,0 +1,28 @@ +Updating an existing installation is very simple, depending on your type of installation. + +## Release Build + +* Download latest version +* Extract all files +* Replace existing files + +This will update all core files to the latest version. Your custom configuration and bridges are left untouched. Keep in mind that changes to any core file of RSS-Bridge will be replaced. + +## Docker + +Simply get the latest Docker build via `:latest` or specific builds via `:`. + +## Git + +To get the latest changes from the master branch + +``` +git pull +``` + +To use a specific tag + +``` +git fetch --all +git checkout tags/ +``` \ No newline at end of file