Skip to content

Commit bea7676

Browse files
committed
docs: Add doc for vendored-openssl feature
1 parent 9d0787b commit bea7676

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
@@ -304,6 +304,8 @@ sudo systemctl status kellnr
304304
<CodeBlock>
305305
<pre v-highlightjs><code class="bash"># Install Kellnr with Cargo
306306
cargo install kellnr
307+
# If you run into issues with OpenSSL, try the following command:
308+
cargo install kellnr --features vendored-openssl
307309
# Run kellnr (if not in PATH, the binary is located in $HOME/.cargo/bin/)
308310
kellnr</code></pre>
309311
</CodeBlock>

0 commit comments

Comments
 (0)