diff --git a/cli.md b/cli.md index 2fb8ee4e..8e797fff 100644 --- a/cli.md +++ b/cli.md @@ -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 -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: - - -deno install --unstable -A -f -n fabric https://fabricmc.net/cli - - To update the Fabric command line tools run: @@ -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 -Or, to enable mod icon generation: - - -deno run --unstable https://fabricmc.net/cli init - - Deno is secure by default, so will ask for [permission](https://deno.land/manual/basics/permissions) before making any changes to your system.