Skip to content

Commit

Permalink
Correct 'make setup' also in generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cavokz committed Apr 6, 2021
1 parent 6666d02 commit 64a967f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generator/_templates/beat/{beat}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To get running with {Beat} and also install the
dependencies, run the following command:

```
make setup
make update
```

It will create a clean git history for each major step. Note that you can always rewrite the history if you wish before pushing your changes.
Expand Down
2 changes: 1 addition & 1 deletion generator/_templates/metricbeat/{beat}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
To get started run the following command. This command should only be run once.

```
make setup
make update
```

It will ask you for the module and metricset name. Insert the name accordingly.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/osquerybeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To get running with {Beat} and also install the
dependencies, run the following command:

```
make setup
make update
```

It will create a clean git history for each major step. Note that you can always rewrite the history if you wish before pushing your changes.
Expand Down

0 comments on commit 64a967f

Please sign in to comment.