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.