diff options
Diffstat (limited to 'docs/part-2/1_xds-server/3_build.md')
-rw-r--r-- | docs/part-2/1_xds-server/3_build.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-2/1_xds-server/3_build.md b/docs/part-2/1_xds-server/3_build.md index 8be3b33..92a90ea 100644 --- a/docs/part-2/1_xds-server/3_build.md +++ b/docs/part-2/1_xds-server/3_build.md @@ -36,16 +36,16 @@ And to install `xds-server` (by default in `/opt/AGL/xds/server`): make install ``` -<!-- warning --> +<!-- section-warning --> **Warning:** Makefile install rule and default values in configuration file are set to fit the docker setup. So you may need to adapt some settings when you want to install xds-server natively. -<!-- endwarning --> +<!-- end-section-warning --> -<!-- note --> +<!-- section-note --> **Note:** Used `DESTDIR` to specify another install directory @@ -54,7 +54,7 @@ Used `DESTDIR` to specify another install directory make install DESTDIR=$HOME/opt/xds-server ``` -<!-- endnote --> +<!-- end-section-note --> ### XDS docker image |