diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-16 14:00:58 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-16 16:24:55 +0200 |
commit | 06adae2e6dbded3c94651a8f4e2d1a949a9c6766 (patch) | |
tree | 909d0f0d2857846d28dcced1ea523ca550d97ae2 /README.md | |
parent | 9a937edf681a60ed65329a0ff86f419b7a8be155 (diff) |
Used standard DESTDIR variable for make install
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |