mirror of
https://git.fddl.dev/fddl/fddl.dev.git
synced 2024-12-26 15:26:35 +00:00
typos
This commit is contained in:
parent
b1a937dc13
commit
b998b909d1
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
||||||
<h2>Getting Started</h2>
|
<h2>Getting Started</h2>
|
||||||
<p>Keep in mind, this is only at the lexer stage currently. It'll read your inputs and that's it.</p>
|
<p>Keep in mind, this is only at the lexer stage currently. It'll read your inputs and that's it.</p>
|
||||||
<p>To clone the repo:</p>
|
<p>To clone the repo:</p>
|
||||||
<pre><code class="language-bash">git clone https://git.fddl.dev/tristan/fddl.git</code></pre>
|
<pre><code class="language-bash">git clone https://git.fddl.dev/fddl/fddl.git</code></pre>
|
||||||
<p>To run the REPL:</p>
|
<p>To run the REPL:</p>
|
||||||
<pre><code class="language-bash">cargo run</code></pre>
|
<pre><code class="language-bash">cargo run</code></pre>
|
||||||
<p>To run a fddl script:</p>
|
<p>To run a fddl script:</p>
|
||||||
|
@ -103,7 +103,7 @@ cargo test</code></pre>
|
||||||
|
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
<p><a href="/cdn-cgi/l/email-protection#cabeb8a3b9beaba48aacaeaea6e4aeafbc">Contact</a></p>
|
<p><a href="/cdn-cgi/l/email-protection#cabeb8a3b9beaba48aacaeaea6e4aeafbc">Contact</a></p>
|
||||||
<p><a href="https://git.fddl.dev/tristan/fddl">Git repo</a></p>
|
<p><a href="https://git.fddl.dev/fddl/fddl">Git repo</a></p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue