Skip to content

Commit 0de98e7

Browse files
authored
Merge pull request #1529 from onflow/cf/add-init-mention
Add `flow init` mention on CLI index
2 parents 099254f + b89c46b commit 0de98e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/build/tools/flow-cli/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@ macOS, Linux, and Windows.
2727

2828
## Create Your First Project
2929

30-
To get started with creating your first Flow project and to learn more about how to use the Flow CLI commands, please refer to the [Commands documentation](./commands.md). These commands simplify the setup and development process, allowing you to focus on building your application without worrying about the underlying configurations.
30+
Get started by running:
31+
32+
```zsh
33+
flow init
34+
```
35+
36+
The `flow init` command gets you up and running with a new project setup in one command. Choose from scaffolds for scheduled transactions, DeFi actions, stablecoins, and more, or start with a basic Cadence project.
37+
38+
To learn more about Flow CLI commands and how to use them, please refer to the [Commands documentation](./commands.md).

0 commit comments

Comments
 (0)