chor: minor readme change

This commit is contained in:
2026-07-20 00:38:35 +05:30
parent 208820217c
commit 1ec9de4b0b
+20
View File
@@ -1,3 +1,23 @@
### Godb ### Godb
A SQLite like database made in golang 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```