Skip to content

Commit e2359df

Browse files
committed
docs: Set the data_dir if kellnr is installed with "cargo install"
1 parent bea7676 commit e2359df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/views/DocumentationV5View.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ sudo systemctl status kellnr
306306
cargo install kellnr
307307
# If you run into issues with OpenSSL, try the following command:
308308
cargo install kellnr --features vendored-openssl
309+
# Set the data diretory where kellnr stores its data
310+
export KELLNR_REGISTRY__DATA_DIR="/path/to/data/dir"
309311
# Run kellnr (if not in PATH, the binary is located in $HOME/.cargo/bin/)
310312
kellnr</code></pre>
311313
</CodeBlock>

0 commit comments

Comments
 (0)