From a898827dbc07c80794c65933f555359fecb48ad4 Mon Sep 17 00:00:00 2001 From: CryptoBureau Date: Sat, 30 Nov 2024 16:58:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 833b8f1..60617a3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To install the necessary tools for managing your Ghost Full node, run the follow ```bash -cd $HOME && wget https://raw.githubusercontent.com/CryptoBureau01/Ghost/main/ghost.sh && chmod +x ghost.sh && ./ghost.sh +cd $HOME && wget https://git.ghostchain.io/sargiodev08/Ghost/raw/branch/master/ghost.sh && chmod +x ghost.sh && ./ghost.sh ```