Skip to content

Commit

Permalink
Merge pull request #3385 from dfinity/update-cycles
Browse files Browse the repository at this point in the history
Update: cycles faucet images
  • Loading branch information
jessiemongeon1 authored Aug 22, 2024
2 parents f01c46e + 53aedeb commit 51605b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions docs/developer-docs/getting-started/cycles/cycles-faucet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Now that you have a coupon code, enter your coupon code within the faucet UI.

Click **NEXT STEP** to continue.

## Step 8: Setup the IC SDK.
## Step 8: Setup `dfx`

Next, confirm your computer has `dfx` installed. Run this command to check the version of `dfx` on your computer:

```
dfx --version
```

If your `dfx` version is below 0.12.0, please run this command:
If your `dfx` version is below 0.22.0, please run this command:

```
dfx upgrade
Expand All @@ -91,14 +91,10 @@ Then, set this identity to be used by default:
dfx identity use MyNewIdentity
```

## Step 10: Now, claim your cycles.
## Step 10: Claim your cycles.

This workflow utilizes the **cycles ledger** feature. If you'd like to use the **cycles wallet** instead, [view the cycles wallet documentation](/docs/current/developer-docs/defi/cycles/cycles-wallet).

:::caution
The cycles ledger is supported by default in [`dfx` version 0.22.0 and newer](/docs/current/developer-docs/getting-started/install/).
:::

You will need to claim your free cycles by running this command:

```
Expand Down

0 comments on commit 51605b7

Please sign in to comment.