Skip to content

Commit

Permalink
docs: add mentions of git
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Dec 26, 2023
1 parent 2ba9506 commit 312bf21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $ find rendered

Depending on the installation method and on the desired features, you may need to install some of the tools manually:

- [git] is required;
- [ytt] is required;
- [vendir] is only needed for downloading upstream sources, but you most likely want it;
- [helm] is only needed for rendering Helm charts.
Expand Down Expand Up @@ -153,7 +154,9 @@ $ go build -o myks ./cmd/myks
```console
$ # Switch to an empty directory
$ cd $(mktemp -d)
$ # Initialize a new project
$ # Initialize a repository
$ git init
$ # Initialize a new myks project
$ myks init
$ # Optionally, check the generated files
$ find
Expand Down

0 comments on commit 312bf21

Please sign in to comment.