Skip to content

Commit 03fe19c

Browse files
committed
Fix README typos.
1 parent ce929fb commit 03fe19c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
2222

2323
## Developing
2424

25-
The following docs are only focused on getting developers started building code for Elastic Agent.
25+
The following are exclusively focused on getting developers started building code for Elastic Agent.
2626

2727
### Development Installations
2828

@@ -33,14 +33,14 @@ This prevents you from installing the Elastic Agent a second time for developmen
3333
of friction, Elastic Agent has a development mode that permits installing the Elastic Agent on your machine a second time:
3434

3535
```sh
36-
# All other arguments to the install command are supported when --develop is specified.
36+
# All other arguments to the install command are still supported when --develop is specified.
3737
sudo ./elastic-agent install --develop
38-
# The run command also supports the --develop option to all running without installing when there is another agent on the machine.
38+
# The run command also supports the --develop option to allow running without installing when there is another agent on the machine.
3939
./elastic-agent run -e --develop
4040
```
4141

4242
Using the `--develop` option will install the agent in an isolated `DevelopmentAgent` agent directory in the chosen base path.
43-
Development agents installed in Fleet will automatically have the `development` tag applied. Using the default base path on MacOS you will see:
43+
Development agents enrolled in Fleet will have the `development` tag added automatically. Using the default base path on MacOS you will see:
4444

4545
```sh
4646
sudo ls /Library/Elastic/
@@ -57,11 +57,11 @@ sudo elastic-development-agent status
5757
sudo -u elastic-agent-user elastic-development-agent status
5858
```
5959

60-
The primary restriction of `--develop` installations is that you cannot run Elastic Defend a second time on the same machine. Defend installations
61-
for development installations will fail with resource conflicts. All other integrations should be usable provided conflicting configurations are
62-
changed ahead of time. For example two agents cannot bind to the same `agent.monitoring.http.port` value to expose their monitoring servers.
60+
The primary restriction of `--develop` installations is that you cannot run Elastic Defend a second time on the same machine. Attempting to
61+
install Defend twice will fail with resource conflicts. All other integrations should be usable provided conflicting configurations are
62+
changed ahead of time. For example two agents cannot bind to the same `agent.monitoring.http.port` to expose their monitoring servers.
6363

64-
To follow the changes made to support development mode, search for the IsDevelopmentMode() function in the source code.
64+
To follow the changes made to support development mode, search for the `IsDevelopmentMode()` function in the source code.
6565

6666
### Test Framework
6767

0 commit comments

Comments
 (0)