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