Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
  • Loading branch information
tejal29 and balopat committed Nov 1, 2019
1 parent b0d98b1 commit ac93cfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ linkTitle: "Getting Started With Your Project"
weight: 100
---

To enable Skaffold for your application you can run [`skaffold init`]({{<relref "docs/references/cli#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`]({{<relref "docs/references/cli#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]({{<relref "docs/pipeline-stages/filesync" >}}) for file dependencies
Expand Down

0 comments on commit ac93cfb

Please sign in to comment.