Skip to content

Commit 6a01e34

Browse files
committed
[CI] Refresh Low* tutorial
1 parent c404473 commit 6a01e34

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

lowstar/html/Setup.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,12 @@ <h2>Installing the tools<a class="headerlink" href="#installing-the-tools" title
122122
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>./everest<span class="w"> </span>pull<span class="w"> </span>FStar<span class="w"> </span>make<span class="w"> </span>karamel<span class="w"> </span>make
123123
</pre></div>
124124
</div>
125+
<p>For a nix flake based install use</p>
126+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>nix<span class="w"> </span>shell
127+
</pre></div>
128+
</div>
125129
<p>In any case, remember to export suitable values for the <code class="docutils literal notranslate"><span class="pre">FSTAR_HOME</span></code> and
126130
<code class="docutils literal notranslate"><span class="pre">KRML_HOME</span></code> environment variables once you’re done.</p>
127-
<p>Be aware that KaRaMeL is not at this time compatible with recent versions of
128-
OCaml. See <a class="reference external" href="https://github.com/FStarLang/karamel/issues/169">https://github.com/FStarLang/karamel/issues/169</a> for the discussion.</p>
129131
<p>We strongly recommend using the <a class="reference external" href="https://github.com/FStarLang/fstar-mode.el">fstar-mode.el</a> Emacs plugin for interactive mode
130132
support.</p>
131133
<div class="admonition note">

lowstar/html/_sources/Setup.rst.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,15 @@ script for that purpose:
3434
3535
$ ./everest pull FStar make karamel make
3636
37+
For a nix flake based install use
38+
39+
.. code-block:: bash
40+
41+
$ nix shell
42+
3743
In any case, remember to export suitable values for the ``FSTAR_HOME`` and
3844
``KRML_HOME`` environment variables once you're done.
3945

40-
Be aware that KaRaMeL is not at this time compatible with recent versions of
41-
OCaml. See `<https://github.com/FStarLang/karamel/issues/169>`_ for the discussion.
42-
4346
We strongly recommend using the `fstar-mode.el
4447
<https://github.com/FStarLang/fstar-mode.el>`_ Emacs plugin for interactive mode
4548
support.

0 commit comments

Comments
 (0)