From 16b93be0e284ceef44d66c70e92ae87a3455d5cf Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 19 Dec 2023 12:06:27 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a96ad91..325e569 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # hugo -Debian-Repository mit offiziellen Builds von Hugo-DEB-Paketen \ No newline at end of file +Debian-Repository mit offiziellen Builds von Hugo-DEB-Paketen + +## Setup + +```bash +sudo curl https://git.cantorgymnasium.de/api/packages/gcg/debian/repository.key -o /etc/apt/trusted.gpg.d/gitea-gcg.asc +echo "deb https://git.cantorgymnasium.de/api/packages/gcg/debian all main" | sudo tee -a /etc/apt/sources.list.d/gitea.list +sudo apt update + +sudo apt install hugo +``` \ No newline at end of file