diff options
Diffstat (limited to 'docs/part-1/4_build-first-app.md')
-rw-r--r-- | docs/part-1/4_build-first-app.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/part-1/4_build-first-app.md b/docs/part-1/4_build-first-app.md index 34f895b..637a6ab 100644 --- a/docs/part-1/4_build-first-app.md +++ b/docs/part-1/4_build-first-app.md @@ -2,10 +2,10 @@ ## Prerequisites -- `xds-agent` is running locally on your machine - (see previous chapter: [Installing XDS client tools](./1_install-client.html) ) - `xds-server` is running locally in a docker container or is accessible on your - network (see previous chapter: [Installing XDS server](./2_install-xds-server.html)) + network (see previous chapter: [Installing XDS server](./1_install-xds-server.html)) +- `xds-agent` is running locally on your machine + (see previous chapter: [Installing XDS client tools](./2_install-client.html) ) - one or more SDK have been installed (see previous chapter: [Installing AGL SDKs](./3_install-sdks.html)) - XDS configuration is correct: in other words, connection is correctly established between `xds-agent` and `xds-server` and no error message is |