From 26390f17033b23f388e26823f4ef7c790bac67e0 Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul Date: Thu, 15 Aug 2024 10:34:41 -0300 Subject: [PATCH] Add replay command to install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 682f003..99aee25 100755 --- a/install.sh +++ b/install.sh @@ -3,3 +3,4 @@ cargo clippy --package cargo-stylus --package cargo-stylus-cgen --package cargo- cargo install --path main cargo install --path cgen cargo install --path check +cargo install --path replay