Skip to content

Commit

Permalink
deploy: 19c04b0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Feb 25, 2024
1 parent fe460f2 commit 75d192a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,18 @@ <h2 id="install-nix"><a class="header" href="#install-nix">Install Nix</a></h2>
<h2 id="install-fuel"><a class="header" href="#install-fuel">Install Fuel</a></h2>
<p>After installing Nix, open a new terminal and install the stable Fuel toolchain
in a temporary shell with the following:</p>
<pre><code class="language-console">nix shell github:fuellabs/fuel.nix#beta-4
<pre><code class="language-console">nix shell github:fuellabs/fuel.nix#fuel-beta-5
</code></pre>
<p>This will download the latest release of <code>fuel-core</code>, <code>forc</code>, compatible with
beta-4 network and a suite of other tools from the Fuel Labs cache into the
beta-5 network and a suite of other tools from the Fuel Labs cache into the
local <code>/nix/store</code> cache and &quot;install&quot; them to <code>PATH</code> for the duration of the
current shell.</p>
<p>Let's check installation worked:</p>
<pre><code class="language-console">$ fuel-core --version
fuel-core 0.20.5
fuel-core 0.22.0

$ forc --version
forc 0.46.1
forc 0.49.2
</code></pre>
<blockquote>
<p><strong>Note:</strong> If you have previously installed Fuel tools using <code>cargo</code>, <code>fuelup</code>
Expand Down
8 changes: 4 additions & 4 deletions quick-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,18 @@ <h2 id="install-nix"><a class="header" href="#install-nix">Install Nix</a></h2>
<h2 id="install-fuel"><a class="header" href="#install-fuel">Install Fuel</a></h2>
<p>After installing Nix, open a new terminal and install the stable Fuel toolchain
in a temporary shell with the following:</p>
<pre><code class="language-console">nix shell github:fuellabs/fuel.nix#beta-4
<pre><code class="language-console">nix shell github:fuellabs/fuel.nix#fuel-beta-5
</code></pre>
<p>This will download the latest release of <code>fuel-core</code>, <code>forc</code>, compatible with
beta-4 network and a suite of other tools from the Fuel Labs cache into the
beta-5 network and a suite of other tools from the Fuel Labs cache into the
local <code>/nix/store</code> cache and &quot;install&quot; them to <code>PATH</code> for the duration of the
current shell.</p>
<p>Let's check installation worked:</p>
<pre><code class="language-console">$ fuel-core --version
fuel-core 0.20.5
fuel-core 0.22.0

$ forc --version
forc 0.46.1
forc 0.49.2
</code></pre>
<blockquote>
<p><strong>Note:</strong> If you have previously installed Fuel tools using <code>cargo</code>, <code>fuelup</code>
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 75d192a

Please sign in to comment.