Skip to content

Commit 09967cb

Browse files
Lian Lilianmakesthings
authored andcommitted
adds info to choosing language
1 parent e508fc4 commit 09967cb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/pages/getting-started/initialize-project.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ devspace init
3232
3333
3434
info Detecting programming language...
35+
```
3536

37+
DevSpace's initialization wizard will walk you through the setup of the project
38+
```
3639
? Select the programming language of this project [Use arrows to move, type to filter]
3740
c# (dotnet)
3841
> go
@@ -42,8 +45,9 @@ info Detecting programming language...
4245
php
4346
python
4447
```
48+
Choose the language of your quickstart project. This will determine the correct [devImage](https://devspace.sh/docs/configuration/dev/modifications/dev-image)
49+
4550

46-
DevSpace will ask you a couple of questions about this project, e.g. which programming language the application is written in, how to deploy the project, etc.
4751

4852
After running `devspace init`, you will see 3 changes in your project:
4953
1. New file `devspace.yaml` (tells DevSpace how this project should be build, deployed, and developed)

0 commit comments

Comments
 (0)