From 8b6da113333b10d2ca7fed20cee1981265be6a8d Mon Sep 17 00:00:00 2001 From: UsamaHameed Date: Mon, 15 Jan 2024 16:58:17 +0100 Subject: [PATCH] cleanup --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 901d379..4106fed 100644 --- a/README.md +++ b/README.md @@ -35,18 +35,25 @@ transferred from one process to another. curl -OL https://github.com/UsamaHameed/tiny-redis/releases/latest/download/tiny-redis ``` +run the server with: +```bash +./tiny-redis +``` + ## build from source ```bash git clone git@github.com:UsamaHameed/tiny-redis.git go build ``` +run the server with: +```bash +./tiny-redis +``` + # How to test ```bash -# start the server -go run main.go - # connect to redis via tcp and then try sending any of the resp strings nc localhost 6379 # resp strings to try