From 5b9b6dd8f3eb7828b9bcb843b7090537349672fa Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Fri, 22 Mar 2024 10:36:12 +0100 Subject: [PATCH] . --- install.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/install.md b/install.md index 3822a46..5bae049 100644 --- a/install.md +++ b/install.md @@ -46,7 +46,7 @@ certbot --nginx -d my.labelbase.space ## Get the Sources from GitHub -Clone the Labelbase repository: +Clone the Labelbase repository and change working directory: ```bash git clone https://github.com/Labelbase/Labelbase/ @@ -105,3 +105,12 @@ location / { ``` Restart `nginx`, then access your domain (or IP address) in your browser. + + + + +## Upgrade to the latest code base +```bash +cd Labelbase +source exports.sh && ./build-and-run-labelbase.sh +```