Skip to content

Commit

Permalink
RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
biosbob committed Sep 15, 2024
1 parent 9999e16 commit 6f19e87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

:root {
--em-vers: "25.0.2";
--em-time: "202409151618";
--em-time: "202409151746";
}

[data-md-color-scheme="slate"] {
Expand Down
2 changes: 1 addition & 1 deletion site/post-003/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h2 id="updating-your-installation">Updating your installation</h2>
<p>The process for (initially) installing and (subsequently) updating your local version of <strong>Zig&bull;EM</strong> boils down to three basic steps:</p>
<div class="em-ul em-ul-bull"></div>
<p><span class="twemoji em-label"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2V9h-2V7h4m5-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg></span> &nbsp; install <a href="https://ziglang.org/download/">Zig</a><br>
<span class="twemoji em-label"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 11a2 2 0 0 1-2 2h-2v2h4v2H9v-4a2 2 0 0 1 2-2h2V9H9V7h4a2 2 0 0 1 2 2m4-6H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg></span> &nbsp; clone <a href="https://github.com/em-foundation/zig-em-dev/">zigem-dev</a><br>
<span class="twemoji em-label"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 11a2 2 0 0 1-2 2h-2v2h4v2H9v-4a2 2 0 0 1 2-2h2V9H9V7h4a2 2 0 0 1 2 2m4-6H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg></span> &nbsp; clone <a href="https://github.com/em-foundation/zigem-dev/">zigem-dev</a><br>
<span class="twemoji em-label"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 10.5a1.5 1.5 0 0 1-1.5 1.5c.84 0 1.5.67 1.5 1.5V15c0 1.11-.89 2-2 2H9v-2h4v-2h-2v-2h2V9H9V7h4c1.11 0 2 .89 2 2m4-6H5c-1.09 0-2 .9-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg></span> &nbsp; execute <code class="language-em highlight"><span class="si">zig build</span></code></p>
<p class="annotate">As part of step <span class="twemoji em-label"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2V9h-2V7h4m5-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg></span>, you should have added the <code>zig</code> executable to your path.&thinsp; Invoke the <code class="language-em highlight"><span class="si">zig version</span></code> command for confirmation.(1)</p>
<ol>
Expand Down
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 6f19e87

Please sign in to comment.