X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=06a076d8aa3428479aff220782664310a539347f;hb=06adae2e6dbded3c94651a8f4e2d1a949a9c6766;hp=e031ab2847c612fc57a217021e4ca186a4e02e1c;hpb=9a937edf681a60ed65329a0ff86f419b7a8be155;p=src%2Fxds%2Fxds-server.git diff --git a/README.md b/README.md index e031ab2..06a076d 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,17 @@ Clone this repo into your `$GOPATH/src/github.com/iotbzh` and use delivered Make make all ``` -And to install xds-server in /usr/local/bin: +And to install xds-server (by default in `/usr/local/bin`): ```bash make install ``` +>**NOTE:** Used `DESTDIR` to specify another install directory +>```bash +>make install DESTDIR=$HOME/opt/xds-server +>``` + + ## How to run ## Configuration