From 670b7227e4b06735ec0aa2c6dc68dc9206a93ef8 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Sun, 1 Sep 2019 05:54:56 -0700 Subject: [PATCH] update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe898cb..a43d82a 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,24 @@ I am really poor and I really can't afford a license. I just want to get rid of ## Installation * Go to [release](https://github.com/Jamesits/pve-fake-subscription/releases/latest) to download the latest release -* Run `dpkg -i pve-fake-subscription_*.deb` on every Proxmox VE node +* Run `dpkg -i pve-fake-subscription_*.deb` as root on every Proxmox VE node + +## Uninstallation + +Run everything as root: + +```shell +apt purge pve-fake-subscription +rm /etc/subscription +``` + +## Building the Package + +Run everything as root on a Debian 10 system: + +```shell +apt-get install ruby ruby-dev rubygems build-essential +gem install --no-ri --no-rdoc fpm +./package.sh +``` +