We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea7676 commit e2359dfCopy full SHA for e2359df
1 file changed
src/views/DocumentationV5View.vue
@@ -306,6 +306,8 @@ sudo systemctl status kellnr
306
cargo install kellnr
307
# If you run into issues with OpenSSL, try the following command:
308
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"
311
# Run kellnr (if not in PATH, the binary is located in $HOME/.cargo/bin/)
312
kellnr</code></pre>
313
</CodeBlock>
0 commit comments