From 0288e0db29480751ff81943af342e3e1b5d3031d Mon Sep 17 00:00:00 2001 From: Mike Schem Date: Mon, 15 Apr 2024 13:43:46 -0400 Subject: [PATCH] [anza migration]: update repo path (#811) update repo path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbaeb3d01..0d855e8cc 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ $ sudo dnf install openssl-devel systemd-devel pkg-config zlib-devel llvm clang ## **2. Download the source code.** ```bash -$ git clone https://github.com/solana-labs/solana.git -$ cd solana +$ git clone https://github.com/anza-xyz/agave.git +$ cd agave ``` ## **3. Build.**