Skip to content

Commit edc5a43

Browse files
committed
deploy: 3646db5
1 parent 422acc2 commit edc5a43

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/en/installation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ <h2><a class="anchor" aria-hidden="true" id="hello-world"></a><a href="#hello-wo
108108
<p>Create a file <code>hello.re</code> with the following content:</p>
109109
<pre><code class="hljs">print_endline(<span class="hljs-string">"Hello world!"</span>)<span class="hljs-comment">;</span>
110110
</code></pre>
111+
<p>Create a file <code>dune-project</code> with the following content (check <a href="https://dune.build/">dune.build</a> for latest version):</p>
112+
<pre><code class="hljs">(<span class="hljs-name">lang</span> dune <span class="hljs-number">3.6</span>)
113+
</code></pre>
114+
<p>Create an empty file <code>hello.opam</code></p>
111115
<p>Create a file <code>dune</code> with the following content:</p>
112116
<pre><code class="hljs">(<span class="hljs-name">executable</span>
113117
(<span class="hljs-name"><span class="hljs-builtin-name">name</span></span> hello)

docs/en/installation/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ <h2><a class="anchor" aria-hidden="true" id="hello-world"></a><a href="#hello-wo
108108
<p>Create a file <code>hello.re</code> with the following content:</p>
109109
<pre><code class="hljs">print_endline(<span class="hljs-string">"Hello world!"</span>)<span class="hljs-comment">;</span>
110110
</code></pre>
111+
<p>Create a file <code>dune-project</code> with the following content (check <a href="https://dune.build/">dune.build</a> for latest version):</p>
112+
<pre><code class="hljs">(<span class="hljs-name">lang</span> dune <span class="hljs-number">3.6</span>)
113+
</code></pre>
114+
<p>Create an empty file <code>hello.opam</code></p>
111115
<p>Create a file <code>dune</code> with the following content:</p>
112116
<pre><code class="hljs">(<span class="hljs-name">executable</span>
113117
(<span class="hljs-name"><span class="hljs-builtin-name">name</span></span> hello)

0 commit comments

Comments
 (0)