Skip to content

Commit

Permalink
deploy: 272a9e3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed May 11, 2024
1 parent c50aeab commit 7c93364
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions admins/install-binary.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ <h1 class="menu-title">Hatsu Documentation</h1>
<div id="content" class="content">
<main>
<h1 id="binary-installation"><a class="header" href="#binary-installation">Binary Installation</a></h1>
<blockquote>
<p>Hatsu uses the <code>x86-64-v3</code> target architecture for optimal performance.</p>
<p>If you are using an older processor, you currently need to build locally and change the corresponding values in <code>.cargo/config.toml</code>.</p>
</blockquote>
<h2 id="releases"><a class="header" href="#releases">Releases</a></h2>
<p>You can download both stable and beta versions of Hatsu from the <a href="https://github.com/importantimport/hatsu/releases">Releases page</a>.</p>
<h2 id="artifacts"><a class="header" href="#artifacts">Artifacts</a></h2>
Expand Down
4 changes: 4 additions & 0 deletions admins/install-docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ <h1 class="menu-title">Hatsu Documentation</h1>
<div id="content" class="content">
<main>
<h1 id="docker-installation"><a class="header" href="#docker-installation">Docker Installation</a></h1>
<blockquote>
<p>Hatsu uses the <code>x86-64-v3</code> target architecture for optimal performance.</p>
<p>If you are using an older processor, you currently need to build locally and change the corresponding values in <code>.cargo/config.toml</code>.</p>
</blockquote>
<p>You can find images on GitHub: <a href="https://github.com/importantimport/hatsu/pkgs/container/hatsu">https://github.com/importantimport/hatsu/pkgs/container/hatsu</a></p>
<p>Hatsu uses three primary tags: <code>latest</code> (stable), <code>beta</code> and <code>nightly</code>, literally.</p>
<h2 id="docker-run"><a class="header" href="#docker-run">docker run</a></h2>
Expand Down
8 changes: 8 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,10 @@ <h2 id="how-it-works"><a class="header" href="#how-it-works">How it works?</a></
<h2 id="docker-installation"><a class="header" href="#docker-installation"><a href="admins/./install-docker.html">Docker Installation</a></a></h2>
<h2 id="binary-installation"><a class="header" href="#binary-installation"><a href="admins/./install-binary.html">Binary Installation</a></a></h2>
<div style="break-before: page; page-break-before: always;"></div><h1 id="docker-installation-1"><a class="header" href="#docker-installation-1">Docker Installation</a></h1>
<blockquote>
<p>Hatsu uses the <code>x86-64-v3</code> target architecture for optimal performance.</p>
<p>If you are using an older processor, you currently need to build locally and change the corresponding values in <code>.cargo/config.toml</code>.</p>
</blockquote>
<p>You can find images on GitHub: <a href="https://github.com/importantimport/hatsu/pkgs/container/hatsu">https://github.com/importantimport/hatsu/pkgs/container/hatsu</a></p>
<p>Hatsu uses three primary tags: <code>latest</code> (stable), <code>beta</code> and <code>nightly</code>, literally.</p>
<h2 id="docker-run"><a class="header" href="#docker-run">docker run</a></h2>
Expand All @@ -593,6 +597,10 @@ <h2 id="docker-compose"><a class="header" href="#docker-compose">docker compose<
<p>The <a href="https://github.com/importantimport/hatsu/tree/main/examples">examples</a> folder contains some sample docker compose configurations,</p>
<p>You can make your own modifications based on them.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="binary-installation-1"><a class="header" href="#binary-installation-1">Binary Installation</a></h1>
<blockquote>
<p>Hatsu uses the <code>x86-64-v3</code> target architecture for optimal performance.</p>
<p>If you are using an older processor, you currently need to build locally and change the corresponding values in <code>.cargo/config.toml</code>.</p>
</blockquote>
<h2 id="releases"><a class="header" href="#releases">Releases</a></h2>
<p>You can download both stable and beta versions of Hatsu from the <a href="https://github.com/importantimport/hatsu/releases">Releases page</a>.</p>
<h2 id="artifacts"><a class="header" href="#artifacts">Artifacts</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 7c93364

Please sign in to comment.