From 1ec9de4b0b5717d6643c2ef1f967becedffe3c27 Mon Sep 17 00:00:00 2001 From: TakshakRamteke Date: Mon, 20 Jul 2026 00:38:35 +0530 Subject: [PATCH] chor: minor readme change --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/readme.md b/readme.md index aa9a01e..09a036a 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,23 @@ ### Godb A SQLite like database made in golang + +Inorder to run this locally, after cloning this repo run `go mod tidy` + +Then use the appropriate `make` command listed below + +Run + +```make run``` + +Build + +```make build``` + +Start + +```make start``` + +Cleanup + +```make clean```