Skip to content

Commit df76af7

Browse files
simplify packaging pre-requisites (#4912)
* simplify packaging pre-requisites I believe this wording says what's needed in an unambiguous way * Update README.md Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co> * reword --------- Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
1 parent baf715e commit df76af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pr: https://github.com/elastic/elastic-agent/pull/823
4747
Prerequisites:
4848
- installed [mage](https://github.com/magefile/mage)
4949
- [Docker](https://docs.docker.com/get-docker/)
50-
- [X-pack](https://github.com/elastic/beats/tree/main/x-pack) to pre-exist in the parent folder of the local Git repository checkout
50+
- [beats](https://github.com/elastic/beats) to pre-exist in the parent folder of the local Git repository checkout if, and only if, packaging with `EXTERNAL=false` to package the beats as well
5151
- [elastic-agent-changelog-tool](https://github.com/elastic/elastic-agent-changelog-tool) to add changelog fragments for changelog generation
5252

5353
To build a local version of the agent for development, run the command below. The following platforms are supported:

0 commit comments

Comments
 (0)