Skip to content

Commit 107f6bd

Browse files
committed
Update README.md
1 parent b9f8444 commit 107f6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For example, to listen to localhost on port 7101, run:
1212
intecture_agent --address localhost:7101
1313
```
1414

15-
More likely though you'll want to listen on your public interface so that Intecture can talk to the host remotely. In this case you should specify the host's IP address manually, or use `0.0.0.0` to listen on all interfaces.
15+
More likely though you'll want to listen on your public interface so that Intecture can talk to the host remotely. In this case you should specify the host's IP address, or use `0.0.0.0` to listen on all interfaces.
1616

1717
## Config file
1818

@@ -22,7 +22,7 @@ You can also store agent parameters in a configuration file. The file must be in
2222
address = "0.0.0.0:7101"
2323
```
2424

25-
Once you've created a config file, pass it to the agent binary:
25+
Once you've created a config file, you can start the agent by passing it the file path:
2626

2727
```sh
2828
intecture_agent --config agent.toml

0 commit comments

Comments
 (0)