Skip to content

Commit

Permalink
Merge pull request #125 from onflow/cf/remove-feature-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Jul 2, 2024
2 parents 3428867 + 6204c6b commit 3b93ccd
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b93ccd

Please sign in to comment.