From 5b6a2a9677d0966a971b49d1c260497da50fc006 Mon Sep 17 00:00:00 2001 From: James Zaki Date: Fri, 20 Dec 2024 12:38:50 +0000 Subject: [PATCH] Replace bbup.dev link --- barretenberg/bbup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/bbup/README.md b/barretenberg/bbup/README.md index 6e8ce8343d5e..ff67ec7f578a 100644 --- a/barretenberg/bbup/README.md +++ b/barretenberg/bbup/README.md @@ -9,7 +9,7 @@ It assumes you are using [Noir](https://noir-lang.org) as the frontend language. BBup is an installer for whatever version of BB you may want. Install BBup with: ```bash -curl -L bbup.dev | bash +curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash ``` > [!IMPORTANT]