From f32e92370d788888d8e1f575d39efd5ebeaada92 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Sat, 27 Jun 2020 17:27:14 +0200 Subject: [PATCH] Fix README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1e4f20..e69b5c3 100755 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ ## Commands -``` -./run # Execute the full Playbook -./run gitea-update # Only update Gitea on Git Uberspaces -./run radicale-update # Only update Radicale on DAV Uberspaces +```sh +./run.sh # Execute the full Playbook +./run.sh gitea-update # Only update Gitea on Git Uberspaces +./run.sh radicale-update # Only update Radicale on DAV Uberspaces ``` ## License