diff options
author | Sebastien D <seb.douheret@gmail.com> | 2017-08-09 09:50:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 09:50:53 +0200 |
commit | 74e99eaf4f0ad28dfd42f242bf947a7ec11fa352 (patch) | |
tree | 5971a7b35dc2fb5e93ec6ee58ed5c2e3e908aded | |
parent | fec61be456784b53906b87f853c109a757e2281f (diff) |
Clarify that xds-agent is client tool.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # XDS - X(cross) Development System Agent -XDS-agent is an agent that should run on your local host when you use XDS. +XDS-agent is a client that should run on your local / user development machine when you use XDS. This agent takes care, among others, of starting [Syncthing](https://syncthing.net/) tool to synchronize your project files from your local host to XDS build server |