Compare commits

..

3 Commits

Author SHA1 Message Date
999deccb74 fix: JSON quote parsing 2025-10-05 22:27:26 +03:00
88a3b9824a fix: show friendlier error message for JSON parsing 2025-10-05 22:27:26 +03:00
8edbfacda5 Add Claude 2025-10-05 22:27:26 +03:00

View File

@@ -44,13 +44,10 @@ go install
# 1. Start KVS server (in ../kvs/)
cd ../kvs && ./kvs config.yaml
# 2. Load root token (if database is fresh)
source .root-token
# 3. Run shell
# 2. Run shell
./kvs-shell
# 4. In shell:
# 3. In shell:
# connect http://localhost:8080
# auth $KVS_ROOT_TOKEN
# put test/data '{"hello":"world"}'