We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0787b commit bea7676Copy full SHA for bea7676
1 file changed
src/views/DocumentationV5View.vue
@@ -304,6 +304,8 @@ sudo systemctl status kellnr
304
<CodeBlock>
305
<pre v-highlightjs><code class="bash"># Install Kellnr with Cargo
306
cargo install kellnr
307
+# If you run into issues with OpenSSL, try the following command:
308
+cargo install kellnr --features vendored-openssl
309
# Run kellnr (if not in PATH, the binary is located in $HOME/.cargo/bin/)
310
kellnr</code></pre>
311
</CodeBlock>
0 commit comments