From 4342fa4a56948aef7bbe9d30fdd3066a5994d8e0 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 5 Apr 2023 13:35:31 +0200 Subject: [PATCH] added updating to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bad5ed6..aec6311 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ systemctl start upfast.service ```bash systemctl enable upfast.service ``` + +#### Updating +To update, you only need to pull the changes +```bash +su upfast -c 'cd && git pull --no-rebase' +``` + ### Docker In the repo there is an included dockerfile to generate an image from the latest version of everything, to generate an image just run `docker build . -t upfast` (You need root privileges or to be in the docker group).