From fca96007d6055dcf00b72a46630c680fcb6d190d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Fri, 6 Dec 2024 21:17:22 +0000 Subject: [PATCH] fix: link in README.md (#10471) --- spartan/releases/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spartan/releases/README.md b/spartan/releases/README.md index 7ab06050674..56801f2f314 100644 --- a/spartan/releases/README.md +++ b/spartan/releases/README.md @@ -19,7 +19,7 @@ To configure a new node, create a new directory and run the install script: ```bash mkdir val1 && cd val1 -curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/spartan/releases/rough-rhino/create-spartan.sh | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/spartan/releases/create-spartan.sh | bash ``` This will install `aztec-spartan.sh` in the current directory. You can now run it: