From ac93cfb93d5dafa026559c9a476b612d0c551467 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Fri, 1 Nov 2019 13:43:31 -0700 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Balint Pato --- .../en/docs/tutorials/getting-started-with-your-project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/docs/tutorials/getting-started-with-your-project.md b/docs/content/en/docs/tutorials/getting-started-with-your-project.md index 8f0ca0ab73a..d5a38b6b3fb 100644 --- a/docs/content/en/docs/tutorials/getting-started-with-your-project.md +++ b/docs/content/en/docs/tutorials/getting-started-with-your-project.md @@ -4,9 +4,9 @@ linkTitle: "Getting Started With Your Project" weight: 100 --- -To enable Skaffold for your application you can run [`skaffold init`]({{}}) +Skaffold requires a `skaffold.yaml`, but - for supported projects - Skaffold can generate a simple config for you that you can get started with. To configure Skaffold for your application you can run [`skaffold init`]({{}}). -Running `skaffold init` at the root of your project directory, will walk you through a wizard +Running `skaffold init` at the root of your project directory will walk you through a wizard and create a `skaffold.yaml` with [build](#build-config-initialization) and [deploy](#deploy-config-initialization) config. You can further set up [File Sync]({{}}) for file dependencies