From 012468184df8cbf28dc9bc476865add3ed31a62e Mon Sep 17 00:00:00 2001 From: Garrett-Weber <97564187+Garrett-Weber@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:16:16 -0700 Subject: [PATCH] Update installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f284616..c5d8d27 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can install the SUI POC Framework by adding the following line to your Cargo ``` [dependencies] -sui-poc-framework = "0.1.0" +sui-poc-framework = { git = "https://github.com/Garrett-Weber/sui-poc-framework" } ``` ## Usage