From e7255dbd7b977e9d3ff69a2c4ead8d9c966115c7 Mon Sep 17 00:00:00 2001 From: Connor Date: Wed, 29 Apr 2020 22:18:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de93f36e..8c289a1f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ The whole project is organized into the following directories: ### Course material +Please follow the course material to learn the background knowledge and finish code step by step. + - [Project1 - StandaloneKV](courses/project1-StandaloneKV.md) - [Project2 - RaftKV](courses/project2-RaftKV.md) - [Project3 - MultiRaftKV](courses/project3-MultiRaftKV.md) @@ -55,7 +57,7 @@ The whole project is organized into the following directories: ## Deploy a cluster -Rather than a course, you can try TinyKV by deploying a real cluster, and interact with it through TinySQL. +After you finished the whole implementation, it's runnable now. You can try TinyKV by deploying a real cluster, and interact with it through TinySQL. ### Build