From 73c244c01923fe3aed8787b72ec41f6adcc924ac Mon Sep 17 00:00:00 2001 From: AlienTornadosaurusHex <> Date: Wed, 21 Jun 2023 22:09:49 +0000 Subject: [PATCH] Update README.md Signed-off-by: AlienTornadosaurusHex <> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c72a96..e20d11a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# relayer-registry +# infrastructure-upgrade -The `relayer-registry` infra repository. +The `infrastructure-upgrade` repository. This contains `relayer-registry` contracts, and is intended to upgrade Tornado infrastructure for various functionalities and goals. * [Latest Contracts](./src/v2/) * [Contract Tests](./test/) @@ -11,8 +11,8 @@ The `relayer-registry` infra repository. ## Install ```bash -git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/relayer-registry -cd relayer-registry +git clone --recurse-submodules https://git.tornado.ws/AlienTornadosaurusHex/infrastructure-upgrade +cd infrastructure-upgrade yarn forge install yarn build