Commit 85a7d957 authored by Matthew Hausknecht's avatar Matthew Hausknecht Committed by GitHub

Merge pull request #90 from douglasrizzo/patch-1

added sleep between server start and agent connect
parents 27e61230 9f6deb4e
......@@ -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