You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/tools/flow-cli/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,6 @@ Create a new Flow project:
33
33
flow init
34
34
```
35
35
36
-
The `flow init` command provides an interactive setup experience where you can select from various project scaffolds. These scaffolds help you get started quickly by providing pre-configured projects for common use cases, such as basic Cadence projects, projects with specific contract dependencies, or specialized templates for different types of applications.
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
37
38
38
To learn more about Flow CLI commands and how to use them, please refer to the [Commands documentation](./commands.md).
0 commit comments