Added link to the repo.
h3rald h3rald@h3rald.com
Sat, 14 Dec 2024 18:14:01 +0100
1 files changed,
4 insertions(+),
2 deletions(-)
jump to
M
web/contents/get.html
→
web/contents/get.html
@@ -24,7 +24,8 @@ </blockquote>
<h3>Building from Source</h3> - <p>Building from source is easy: just run <code>make</code> after cloning the repo to build the hex executable for + <p>Building from source is easy: just run <code>make</code> after <a href="https://github.com/h3rald/hex">cloning + the repo</a> to build the hex executable for your platform.</p> <p>This assumes that you have a C compiler like GCC and the make command installed. On Windows, you may want to look into <a href="https://www.msys2.org" target="_blank">MSYS2</a>.</p>@@ -63,7 +64,8 @@ </pre>
<p>If you do not specify any option or argument, a simple <abbr title="Read-Eval-Print-Loop">REPL</abbr> will be started.</p> - <p>Alternatively, you can also pipe input from standard input:<p> + <p>Alternatively, you can also pipe input from standard input: + <p> <pre><code>echo "0x2 0x2 + puts" | hex</code></pre> <h3>Syntax Highlighting</h3> <p>If you use the Vim editor, you can use <a href="https://github.com/h3rald/hex/blob/master/hex.vim"