From 2d51aa262cb43c4900c434854d205925d2a456a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 17:55:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f12ea..daa5545 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ Fork your own copy Edit the Page on your Gitea/Github/Gitlab etc ## Installation ```bash -sh -c "$(curl -L https://git.moelle.space/hxcde/mylinks/raw/branch/main/install.sh)" +cd mylinks +sh install.sh ``` ## Update ```bash -sh -c "$(curl -L https://git.moelle.space/hxcde/mylinks/raw/branch/main/update.sh)" +cd mylinks +sh update.sh ``` \ No newline at end of file