From 16d760d9ed22b2903e5a70d42f5bf94e440ded95 Mon Sep 17 00:00:00 2001 From: meryacine Date: Mon, 19 Sep 2022 19:03:04 +0200 Subject: [PATCH] docs: Update an outdated link --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 24140d5..e340a11 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,7 +3,7 @@ The tower can be installed and tested using cargo: ``` -git clone https://github.com/sr-gi/rust-teos.git +git clone https://github.com/talaia-labs/rust-teos.git cd rust-teos cargo install --path teos ```