Skip to content

Commit

Permalink
Remove unstable note
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 19, 2024
1 parent 8b5ba08 commit 7b317ea
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ The Fabric CLI tools require the [deno runtime](https://deno.com/runtime) to be
deno install -A -n fabric https://fabricmc.net/cli
</code>

By default, the CLI won't generate unique mod icon like the web version. To enable this feature, you need to enable the unstable flag:

<code class="command">
deno install --unstable -A -f -n fabric https://fabricmc.net/cli
</code>

To update the Fabric command line tools run:

<code class="command">
Expand Down Expand Up @@ -71,10 +65,4 @@ If you do not wish to install the Fabric CLI tools to your system, you can use d
deno run https://fabricmc.net/cli init
</code>

Or, to enable mod icon generation:

<code class="command">
deno run --unstable https://fabricmc.net/cli init
</code>

Deno is secure by default, so will ask for [permission](https://deno.land/manual/basics/permissions) before making any changes to your system.

0 comments on commit 7b317ea

Please sign in to comment.