aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2025-05-06 08:36:32 -0700
committerGitHub <noreply@github.com>2025-05-06 08:36:32 -0700
commita1433e0cefe3ad001d5473faf4312c25bdeea968 (patch)
treeee8bc10e1438641338b8ef7f5de00a52e6c7f074 /CONTRIBUTING.md
parentchore(deps): update minspan to 0.1.5 (#2729) (diff)
downloadatuin-a1433e0cefe3ad001d5473faf4312c25bdeea968.zip
feat: Implement KV as a write-through cache (#2732)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 096049fa..0a761e07 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,6 +14,7 @@ While data directory backups are always a good idea, you can instruct Atuin to u
```shell
export ATUIN_DB_PATH=/tmp/atuin_dev.db
+export ATUIN_KV__DB_PATH=/tmp/atuin_kv.db
export ATUIN_RECORD_STORE_PATH=/tmp/atuin_records.db
```
@@ -23,7 +24,7 @@ It is also recommended to update your `$PATH` so that the pre-exec scripts would
export PATH="./target/release:$PATH"
```
-These 3 variables can be added in a local `.envrc` file, read by [direnv](https://direnv.net/).
+These 4 variables can be added in a local `.envrc` file, read by [direnv](https://direnv.net/).
## PRs