From 5b8fa9883a069d2c2bf167b3524eeca325ed4973 Mon Sep 17 00:00:00 2001 From: ErosBryant Date: Wed, 13 Nov 2024 18:06:50 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d569aa..3869790 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ThanosKV is a novel LSM-tree-based key-value store that holistically exploits th ### Download ```bash -git clone --recurse-submodules https://github.com/ErosBryant/Thanoskv. +git clone --recurse-submodules https://github.com/DKU-StarLab/ThanosKV.git ``` ## Building