From f61fdcdff35d06156d081b9614a245858ea0d624 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Tue, 12 Jan 2021 09:11:58 -0500 Subject: [PATCH] Update README.md Added details regarding the XOCE updater to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d1deff1..a5288bb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ If you don't want NFS capabilities run ```sudo apt-get remove nfs-common```. * Do not use LAMP * SSH Access is optional, but highly recommended +## Updating XOCE + +To maintain your installation from Source or from this repo. (either prepackaged or scripted installation) we recommend using the update script which this community maintains. This can be [found here]{https://github.com/Jarli01/xenorchestra_updater} and doesn't require you to download or install a separate package to your XOCE installation. Simply run it via shell session of your XOCE host. + # Declarations This script automates the manual process which can be [found here](https://xen-orchestra.com/docs/from_the_sources.html) as well as removes a few feature restrictions that otherwise would need to be changed manually if following the manual installation process. This script is not officially supported by the Vates team, but is supported by this community.