Skip to content

Commit

Permalink
Test pymdownx.keys
Browse files Browse the repository at this point in the history
  • Loading branch information
boldsuck committed Feb 20, 2025
1 parent 78fd0c9 commit 94a479e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/haveno-ui/DirectBindTor.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Downloading & verifying keys is a one-time thing. Binaries are verified after ea
4. Install the .deb: open the newly extracted folder<br>
`/home/user/.tb/tor-browser/Browser/Downloads/haveno-linux-deb/` and in a terminal window, type sudo dpkg -i (with a trailing space) and then drag the .deb installer from the folder into the terminal to complete the filepath (eg: for Haveno-reto v1.0.18, it should be:<br>
`sudo dpkg -i '/home/user/.tb/tor-browser/Browser/Downloads/haveno-linux-deb/haveno-v1.0.18-linux-x86_64-installer.deb`<br>
Press enter, Haveno-reto should be installed to /opt/haveno/. If it fails because of missing dependencies, run the command `sudo apt install -f` to download and install the missing dependencies and then try the original `sudo dpkg -i '[...].deb'` command again.
Press ++enter++, Haveno-reto should be installed to /opt/haveno/. If it fails because of missing dependencies, run the command `sudo apt install -f` to download and install the missing dependencies and then try the original `sudo dpkg -i '[...].deb'` command again.

??? info "Alternative install in a terminal window"
Hint: I prefer to have everything in the User Downloads folder<br>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# TODO: test 'use_pygments: true' Controls whether highlighting carried out during build time using Pygments or in the browser with a JavaScript syntax highlighter.
# NOTE: Default value 'use_pygments: true' controls whether highlighting carried out during build time using Pygments or in the browser with a JavaScript syntax highlighter.
- pymdownx.highlight: # Code blocks
anchor_linenums: true
- pymdownx.inlinehilite
Expand Down

0 comments on commit 94a479e

Please sign in to comment.