Commit 9f6deb4e authored by Douglas De Rizzo Meneghetti's avatar Douglas De Rizzo Meneghetti Committed by GitHub

added sleep between server start and agent connect

just a README.md fix
parent 28277174
......@@ -49,7 +49,7 @@ forwards slowly. First start the server: `./bin/HFO --offense-agents=1
Or do both in a single command:
```
(./bin/HFO --offense-agents=1 --no-sync &) && ./example/hfo_example_agent
(./bin/HFO --offense-agents=1 --no-sync &) && sleep 1 && ./example/hfo_example_agent
```
## Example Agents
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment