diff options
Diffstat (limited to 'docs/part-2/1_xds-server.md')
-rw-r--r-- | docs/part-2/1_xds-server.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/part-2/1_xds-server.md b/docs/part-2/1_xds-server.md index b464239..110ee06 100644 --- a/docs/part-2/1_xds-server.md +++ b/docs/part-2/1_xds-server.md @@ -235,6 +235,10 @@ And to install `xds-server` (by default in `/opt/AGL/xds/server`): make install ``` +>**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. + >**NOTE:** Used `DESTDIR` to specify another install directory >```bash >make install DESTDIR=$HOME/opt/xds-server |