From 6204c6b322c967777c5def8c351fa01d54055027 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:38:52 -0700 Subject: [PATCH] Remove feature branch --- .../emulator-state-migration-guide.mdx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/versioned_docs/version-1.0/cadence-migration-guide/emulator-state-migration-guide.mdx b/versioned_docs/version-1.0/cadence-migration-guide/emulator-state-migration-guide.mdx index 7894903..06edb6c 100644 --- a/versioned_docs/version-1.0/cadence-migration-guide/emulator-state-migration-guide.mdx +++ b/versioned_docs/version-1.0/cadence-migration-guide/emulator-state-migration-guide.mdx @@ -43,15 +43,16 @@ Such contracts are required for the migration. Download and install the latest CLI, that runs Cadence 1.0, by running the below command. - - Linux/macOS - ```shell - sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.sh)" - ``` - - - Windows (in PowerShell): - ```shell - iex "& { $(irm 'https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.ps1') }" - ``` +- Linux/macOS + + ```shell + sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" + ``` + +- Windows (in PowerShell): + ```shell + iex "& { $(irm 'https://raw.githubusercontent.com/onflow/flow-cli/master/install.ps1') }" + ``` The Cadence 1.0 CLI will now be available on your system as `flow-c1`. You can interact with this CLI using this command, i.e.