From 431c2675aced6fdd8b9b61d6a20b12a6ae85e5aa Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Mon, 11 Mar 2024 14:50:51 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fdd6ec..4409d02 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ To get your WordPress installation running follow these simple steps. 1. Clone the repo ```sh - git clone https://github.com/cosimoscarcella/wordpress-installer.git + git clone https://github.com/10h30/wordpress-caddy-docker.git ``` 2. Go into the created folder ```sh - cd ./wordpress-installer + cd ./wordpress-caddy-docker find . -type f -iname "*.sh" -exec chmod +x {} \; ```