Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/build/tools/flow-cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ macOS, Linux, and Windows.

## Create Your First Project

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.
Get started by running:

```zsh
flow init
```

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.

To learn more about Flow CLI commands and how to use them, please refer to the [Commands documentation](./commands.md).