diff --git a/README.md b/README.md index 1a6c103a0c..5e27aa353a 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ Run system benchmarks for the package. _Context: package_ -Use this command to build a package. Currently it supports only the "integration" package type. +Use this command to build a package. Built packages are stored in the "build/" folder located at the root folder of the local Git repository checkout that contains your package folder. The command will also render the README file in your package folder if there is a corresponding template file present in "_dev/build/docs/README.md". All "_dev" directories under your package will be omitted. For details on how to generate and syntax of this README, see the [HOWTO guide](./docs/howto/add_package_readme.md). diff --git a/cmd/build.go b/cmd/build.go index 00d86d329f..d673e70d7d 100644 --- a/cmd/build.go +++ b/cmd/build.go @@ -19,7 +19,7 @@ import ( "github.com/elastic/elastic-package/internal/packages" ) -const buildLongDescription = `Use this command to build a package. Currently it supports only the "integration" package type. +const buildLongDescription = `Use this command to build a package. Built packages are stored in the "build/" folder located at the root folder of the local Git repository checkout that contains your package folder. The command will also render the README file in your package folder if there is a corresponding template file present in "_dev/build/docs/README.md". All "_dev" directories under your package will be omitted. For details on how to generate and syntax of this README, see the [HOWTO guide](./docs/howto/add_package_readme.md).