V3 is in the works

This commit is contained in:
2022-04-20 16:22:43 -05:00
parent 7cc06eeddc
commit 492e3b9547
11 changed files with 458 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ boltbrowser:
go build -o build/boltbrowser
run: ./build/boltbrowser
cd build && ./boltbrowser
cd build && ./boltbrowser test.db
install:
go install